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 d3993ea commit 3fa1382Copy full SHA for 3fa1382
src/Rules/Explicit/NoMissingVariableDimFetchRule.php
@@ -4,13 +4,13 @@
4
5
namespace Symplify\PHPStanRules\Rules\Explicit;
6
7
-use PhpParser\Node\Expr\Variable;
8
-use PHPStan\Rules\RuleErrorBuilder;
9
use PhpParser\Node;
10
use PhpParser\Node\Expr\ArrayDimFetch;
11
use PhpParser\Node\Expr\Assign;
+use PhpParser\Node\Expr\Variable;
12
use PHPStan\Analyser\Scope;
13
use PHPStan\Rules\Rule;
+use PHPStan\Rules\RuleErrorBuilder;
14
use Symplify\PHPStanRules\Enum\RuleIdentifier;
15
16
/**
0 commit comments