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 7b530e2 commit 47d8b97Copy full SHA for 47d8b97
rules/DowngradePhp81/Rector/Array_/DowngradeArraySpreadStringKeyRector.php
@@ -4,12 +4,12 @@
4
5
namespace Rector\DowngradePhp81\Rector\Array_;
6
7
-use PHPStan\Type\Constant\ConstantArrayType;
8
use PhpParser\Node;
9
use PhpParser\Node\ArrayItem;
10
use PhpParser\Node\Expr\Array_;
11
use PHPStan\Analyser\MutatingScope;
12
use PHPStan\Type\ArrayType;
+use PHPStan\Type\Constant\ConstantArrayType;
13
use PHPStan\Type\IntegerType;
14
use Rector\DowngradePhp81\NodeAnalyzer\ArraySpreadAnalyzer;
15
use Rector\DowngradePhp81\NodeFactory\ArrayMergeFromArraySpreadFactory;
0 commit comments