We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d3e63 commit a6e439cCopy full SHA for a6e439c
rector.php
@@ -2,7 +2,6 @@
2
3
declare(strict_types=1);
4
5
-use Rector\CodingStyle\Rector\FunctionLike\FunctionLikeToFirstClassCallableRector;
6
use Rector\Config\RectorConfig;
7
use Rector\DeadCode\Rector\FunctionLike\NarrowTooWideReturnTypeRector;
8
use Rector\TypeDeclaration\Rector\ClassMethod\BoolReturnTypeFromBooleanStrictReturnsRector;
@@ -26,8 +25,6 @@
26
25
NarrowTooWideReturnTypeRector::class => [
27
__DIR__ . '/tests/FilterTest.php',
28
],
29
-
30
- FunctionLikeToFirstClassCallableRector::class,
31
])
32
->withSets([
33
__DIR__ . '/vendor/rector/rector/config/set/type-declaration-docblocks.php',
0 commit comments