Skip to content

Commit 0b4a21f

Browse files
committed
[ci-review] Rector Rectify
1 parent 743d3ca commit 0b4a21f

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
@@ -11,8 +11,8 @@
1111
use PHPStan\Type\ArrayType;
1212
use PHPStan\Type\Constant\ConstantArrayType;
1313
use PHPStan\Type\IntegerType;
14-
use PHPStan\Type\UnionType;
1514
use PHPStan\Type\IntersectionType;
15+
use PHPStan\Type\UnionType;
1616
use Rector\DowngradePhp81\NodeAnalyzer\ArraySpreadAnalyzer;
1717
use Rector\DowngradePhp81\NodeFactory\ArrayMergeFromArraySpreadFactory;
1818
use Rector\PHPStan\ScopeFetcher;

0 commit comments

Comments
 (0)