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 2aef4d0 commit 1c58d80Copy full SHA for 1c58d80
rector.php
@@ -2,7 +2,7 @@
2
3
declare(strict_types=1);
4
5
-use Rector\CodingStyle\Rector\FunctionLike\FunctionLikeToFirstClassCallableRector;
+use Rector\CodingStyle\Rector\ArrowFunction\ArrowFunctionDelegatingCallToFirstClassCallableRector;
6
use Rector\Config\RectorConfig;
7
use Rector\DeadCode\Rector\FunctionLike\NarrowWideUnionReturnTypeRector;
8
use Rector\TypeDeclaration\Rector\ClassMethod\BoolReturnTypeFromBooleanStrictReturnsRector;
@@ -27,7 +27,7 @@
27
NarrowWideUnionReturnTypeRector::class => [
28
__DIR__ . '/tests/FilterTest.php',
29
],
30
- FunctionLikeToFirstClassCallableRector::class => [
+ ArrowFunctionDelegatingCallToFirstClassCallableRector::class => [
31
__DIR__ . '/tests/FinderTest.php',
32
33
])
0 commit comments