Skip to content

Commit a6e439c

Browse files
committed
re-run rector
1 parent 22d3e63 commit a6e439c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rector.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
declare(strict_types=1);
44

5-
use Rector\CodingStyle\Rector\FunctionLike\FunctionLikeToFirstClassCallableRector;
65
use Rector\Config\RectorConfig;
76
use Rector\DeadCode\Rector\FunctionLike\NarrowTooWideReturnTypeRector;
87
use Rector\TypeDeclaration\Rector\ClassMethod\BoolReturnTypeFromBooleanStrictReturnsRector;
@@ -26,8 +25,6 @@
2625
NarrowTooWideReturnTypeRector::class => [
2726
__DIR__ . '/tests/FilterTest.php',
2827
],
29-
30-
FunctionLikeToFirstClassCallableRector::class,
3128
])
3229
->withSets([
3330
__DIR__ . '/vendor/rector/rector/config/set/type-declaration-docblocks.php',

0 commit comments

Comments
 (0)