Skip to content

Commit 1f71973

Browse files
committed
cs
1 parent 5528d1c commit 1f71973

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

src/Analyser/ArgumentsNormalizer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
use PHPStan\ShouldNotHappenException;
1414
use PHPStan\TrinaryLogic;
1515
use PHPStan\Type\Constant\ConstantArrayType;
16+
use function array_is_list;
1617
use function array_key_exists;
1718
use function array_keys;
1819
use function count;

src/Reflection/ParametersAcceptorSelector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
use PHPStan\Type\TypeCombinator;
4444
use PHPStan\Type\TypeTraverser;
4545
use PHPStan\Type\UnionType;
46+
use function array_is_list;
4647
use function array_key_exists;
4748
use function array_key_last;
4849
use function array_map;

src/Rules/Functions/RandomIntParametersRule.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use PHPStan\Type\Constant\ConstantIntegerType;
1515
use PHPStan\Type\IntegerRangeType;
1616
use PHPStan\Type\VerbosityLevel;
17-
use function array_values;
1817
use function count;
1918
use function sprintf;
2019

0 commit comments

Comments
 (0)