Skip to content

Commit e632c31

Browse files
committed
fixup! fixup! Replace error-prone instanceof in Rules classes
1 parent 6f3e945 commit e632c31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Rules/Variables/CompactVariablesRule.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
use PHPStan\Type\Constant\ConstantStringType;
1010
use PHPStan\Type\Type;
1111
use function array_merge;
12+
use function count;
1213
use function sprintf;
1314
use function strtolower;
1415

0 commit comments

Comments
 (0)