Skip to content

Commit aaa37ad

Browse files
committed
chore: skip FatalLocator in ReturnNeverTypeRector
The parent method return type is not never.
1 parent b15ba48 commit aaa37ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
__DIR__ . '/system/HTTP/DownloadResponse.php',
198198
__DIR__ . '/system/HTTP/SiteURI.php',
199199
__DIR__ . '/system/Helpers/kint_helper.php',
200+
__DIR__ . '/tests/_support/Autoloader/FatalLocator.php',
200201
],
201202

202203
// Unnecessary (string) is inserted

0 commit comments

Comments
 (0)