Skip to content

Commit

Permalink
chore: skip FatalLocator in ReturnNeverTypeRector
Browse files Browse the repository at this point in the history
The parent method return type is not never.
  • Loading branch information
kenjis committed Apr 2, 2024
1 parent f0f1bc7 commit 57bee92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
__DIR__ . '/system/HTTP/DownloadResponse.php',
__DIR__ . '/system/HTTP/SiteURI.php',
__DIR__ . '/system/Helpers/kint_helper.php',
__DIR__ . '/tests/_support/Autoloader/FatalLocator.php',
],

// Unnecessary (string) is inserted
Expand Down

0 comments on commit 57bee92

Please sign in to comment.