Skip to content

Commit 3fa1382

Browse files
committed
cs
1 parent d3993ea commit 3fa1382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Rules/Explicit/NoMissingVariableDimFetchRule.php

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

55
namespace Symplify\PHPStanRules\Rules\Explicit;
66

7-
use PhpParser\Node\Expr\Variable;
8-
use PHPStan\Rules\RuleErrorBuilder;
97
use PhpParser\Node;
108
use PhpParser\Node\Expr\ArrayDimFetch;
119
use PhpParser\Node\Expr\Assign;
10+
use PhpParser\Node\Expr\Variable;
1211
use PHPStan\Analyser\Scope;
1312
use PHPStan\Rules\Rule;
13+
use PHPStan\Rules\RuleErrorBuilder;
1414
use Symplify\PHPStanRules\Enum\RuleIdentifier;
1515

1616
/**

0 commit comments

Comments
 (0)