Skip to content

Commit 1c58d80

Browse files
committed
fix skip rector notice
1 parent 2aef4d0 commit 1c58d80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rector.php

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

33
declare(strict_types=1);
44

5-
use Rector\CodingStyle\Rector\FunctionLike\FunctionLikeToFirstClassCallableRector;
5+
use Rector\CodingStyle\Rector\ArrowFunction\ArrowFunctionDelegatingCallToFirstClassCallableRector;
66
use Rector\Config\RectorConfig;
77
use Rector\DeadCode\Rector\FunctionLike\NarrowWideUnionReturnTypeRector;
88
use Rector\TypeDeclaration\Rector\ClassMethod\BoolReturnTypeFromBooleanStrictReturnsRector;
@@ -27,7 +27,7 @@
2727
NarrowWideUnionReturnTypeRector::class => [
2828
__DIR__ . '/tests/FilterTest.php',
2929
],
30-
FunctionLikeToFirstClassCallableRector::class => [
30+
ArrowFunctionDelegatingCallToFirstClassCallableRector::class => [
3131
__DIR__ . '/tests/FinderTest.php',
3232
],
3333
])

0 commit comments

Comments
 (0)