Skip to content

Commit ba8a13b

Browse files
committed
[ci-review] Rector Rectify
1 parent e8c9100 commit ba8a13b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/DowngradePhp81/Rector/Array_/DowngradeArraySpreadStringKeyRector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
namespace Rector\DowngradePhp81\Rector\Array_;
66

7-
use PHPStan\Type\UnionType;
8-
use PHSPtan\Type\IntersectionType;
97
use PhpParser\Node;
108
use PhpParser\Node\ArrayItem;
119
use PhpParser\Node\Expr\Array_;
1210
use PHPStan\Analyser\MutatingScope;
1311
use PHPStan\Type\ArrayType;
1412
use PHPStan\Type\Constant\ConstantArrayType;
1513
use PHPStan\Type\IntegerType;
14+
use PHPStan\Type\UnionType;
15+
use PHSPtan\Type\IntersectionType;
1616
use Rector\DowngradePhp81\NodeAnalyzer\ArraySpreadAnalyzer;
1717
use Rector\DowngradePhp81\NodeFactory\ArrayMergeFromArraySpreadFactory;
1818
use Rector\PHPStan\ScopeFetcher;

0 commit comments

Comments
 (0)