Skip to content

Commit 47d8b97

Browse files
committed
[ci-review] Rector Rectify
1 parent 7b530e2 commit 47d8b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/DowngradePhp81/Rector/Array_/DowngradeArraySpreadStringKeyRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
namespace Rector\DowngradePhp81\Rector\Array_;
66

7-
use PHPStan\Type\Constant\ConstantArrayType;
87
use PhpParser\Node;
98
use PhpParser\Node\ArrayItem;
109
use PhpParser\Node\Expr\Array_;
1110
use PHPStan\Analyser\MutatingScope;
1211
use PHPStan\Type\ArrayType;
12+
use PHPStan\Type\Constant\ConstantArrayType;
1313
use PHPStan\Type\IntegerType;
1414
use Rector\DowngradePhp81\NodeAnalyzer\ArraySpreadAnalyzer;
1515
use Rector\DowngradePhp81\NodeFactory\ArrayMergeFromArraySpreadFactory;

0 commit comments

Comments
 (0)