Skip to content

Commit 85d4956

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

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
@@ -196,6 +196,7 @@
196196
__DIR__ . '/system/HTTP/DownloadResponse.php',
197197
__DIR__ . '/system/HTTP/SiteURI.php',
198198
__DIR__ . '/system/Helpers/kint_helper.php',
199+
__DIR__ . '/tests/_support/Autoloader/FatalLocator.php',
199200
],
200201

201202
// Unnecessary (string) is inserted

0 commit comments

Comments
 (0)