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 6f3e945 commit e632c31Copy full SHA for e632c31
src/Rules/Variables/CompactVariablesRule.php
@@ -9,6 +9,7 @@
9
use PHPStan\Type\Constant\ConstantStringType;
10
use PHPStan\Type\Type;
11
use function array_merge;
12
+use function count;
13
use function sprintf;
14
use function strtolower;
15
0 commit comments