Skip to content

Commit 880f1c0

Browse files
committed
fixup! fixup! add static call support to AssertSameCountOnCollectionToAssertCountRector
1 parent 32f11bb commit 880f1c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rules/TypedCollections/Rector/MethodCall/AssertSameCountOnCollectionToAssertCountRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
namespace Rector\Doctrine\TypedCollections\Rector\MethodCall;
66

7-
use PhpParser\Node\Expr\StaticCall;
87
use PhpParser\Node;
98
use PhpParser\Node\Arg;
109
use PhpParser\Node\Expr\MethodCall;
10+
use PhpParser\Node\Expr\StaticCall;
1111
use PhpParser\Node\Identifier;
1212
use Rector\Doctrine\TypedCollections\TypeAnalyzer\CollectionTypeDetector;
1313
use Rector\PHPUnit\NodeAnalyzer\TestsNodeAnalyzer;

0 commit comments

Comments
 (0)