From 57bee922ffd7efaabba4df06d8faf5b4e79fbc95 Mon Sep 17 00:00:00 2001 From: kenjis Date: Sat, 30 Mar 2024 18:02:33 +0900 Subject: [PATCH] chore: skip FatalLocator in ReturnNeverTypeRector The parent method return type is not never. --- rector.php | 1 + 1 file changed, 1 insertion(+) diff --git a/rector.php b/rector.php index 026bb196f20a..f93e01609315 100644 --- a/rector.php +++ b/rector.php @@ -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