File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1313use PHPStan \ShouldNotHappenException ;
1414use PHPStan \TrinaryLogic ;
1515use PHPStan \Type \Constant \ConstantArrayType ;
16+ use function array_is_list ;
1617use function array_key_exists ;
1718use function array_keys ;
1819use function count ;
Original file line number Diff line number Diff line change 4343use PHPStan \Type \TypeCombinator ;
4444use PHPStan \Type \TypeTraverser ;
4545use PHPStan \Type \UnionType ;
46+ use function array_is_list ;
4647use function array_key_exists ;
4748use function array_key_last ;
4849use function array_map ;
Original file line number Diff line number Diff line change 1414use PHPStan \Type \Constant \ConstantIntegerType ;
1515use PHPStan \Type \IntegerRangeType ;
1616use PHPStan \Type \VerbosityLevel ;
17- use function array_values ;
1817use function count ;
1918use function sprintf ;
2019
You can’t perform that action at this time.
0 commit comments