From 28fb6cf57afca04517a567cda754f9c7f1551c51 Mon Sep 17 00:00:00 2001 From: buffcode Date: Fri, 30 Jun 2023 12:28:35 +0200 Subject: [PATCH] fix: Remove duplicate ReturnNeverTypeRector rule --- config/set/php81.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config/set/php81.php b/config/set/php81.php index cf4eed09170..baca65db4e7 100644 --- a/config/set/php81.php +++ b/config/set/php81.php @@ -30,6 +30,5 @@ IntersectionTypesRector::class, NullToStrictStringFuncCallArgRector::class, FirstClassCallableRector::class, - ReturnNeverTypeRector::class, ]); };