Skip to content

Commit 8b06c44

Browse files
committed
[ci-review] Rector Rectify
1 parent df9de66 commit 8b06c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/DowngradePhp82/Rector/FuncCall/DowngradeIteratorCountToArrayRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
use PhpParser\Node\Name\FullyQualified;
1313
use PhpParser\NodeTraverser;
1414
use PHPStan\Type\Type;
15+
use PHPStan\Type\TypeCombinator;
1516
use Rector\NodeAnalyzer\ArgsAnalyzer;
1617
use Rector\PhpParser\Node\BetterNodeFinder;
1718
use Rector\Rector\AbstractRector;
1819
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
1920
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
2021
use Webmozart\Assert\Assert;
21-
use PHPStan\Type\TypeCombinator;
2222

2323
/**
2424
* @changelog https://www.php.net/manual/en/migration82.other-changes.php#migration82.other-changes.functions.spl

0 commit comments

Comments
 (0)