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 7c43c1c commit 62694c1Copy full SHA for 62694c1
rector.php
@@ -2,10 +2,10 @@
2
3
declare(strict_types=1);
4
5
+use Rector\CodingStyle\Rector\ArrowFunction\ArrowFunctionDelegatingCallToFirstClassCallableRector;
6
use Rector\Config\RectorConfig;
7
use Rector\TypeDeclaration\Rector\ClassMethod\NarrowObjectReturnTypeRector;
8
use Rector\TypeDeclaration\Rector\ClassMethod\ReturnNeverTypeRector;
-use Rector\CodingStyle\Rector\ArrowFunction\ArrowFunctionDelegatingCallToFirstClassCallableRector;
9
10
return RectorConfig::configure()
11
->withPaths([
0 commit comments