Skip to content

Commit 62694c1

Browse files
committed
chore: style
1 parent 7c43c1c commit 62694c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
declare(strict_types=1);
44

5+
use Rector\CodingStyle\Rector\ArrowFunction\ArrowFunctionDelegatingCallToFirstClassCallableRector;
56
use Rector\Config\RectorConfig;
67
use Rector\TypeDeclaration\Rector\ClassMethod\NarrowObjectReturnTypeRector;
78
use Rector\TypeDeclaration\Rector\ClassMethod\ReturnNeverTypeRector;
8-
use Rector\CodingStyle\Rector\ArrowFunction\ArrowFunctionDelegatingCallToFirstClassCallableRector;
99

1010
return RectorConfig::configure()
1111
->withPaths([

0 commit comments

Comments
 (0)