Skip to content

Commit b6569e1

Browse files
committed
[ci-review] Rector Rectify
1 parent 4f36984 commit b6569e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/DowngradePhp74/Rector/Array_/DowngradeArraySpreadRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
use PhpParser\Node\Name;
1313
use PhpParser\Node\Stmt\ClassConst;
1414
use PhpParser\Node\Stmt\ClassLike;
15+
use PHPStan\Analyser\MutatingScope;
1516
use PHPStan\Type\Type;
1617
use Rector\DowngradePhp81\NodeAnalyzer\ArraySpreadAnalyzer;
1718
use Rector\DowngradePhp81\NodeFactory\ArrayMergeFromArraySpreadFactory;
@@ -22,7 +23,6 @@
2223
use Rector\StaticTypeMapper\ValueObject\Type\FullyQualifiedObjectType;
2324
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
2425
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
25-
use PHPStan\Analyser\MutatingScope;
2626

2727
/**
2828
* @changelog https://wiki.php.net/rfc/spread_operator_for_array

0 commit comments

Comments
 (0)