Skip to content

Commit c880f8e

Browse files
committed
Fix CS
1 parent c8a7996 commit c880f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Reflection/SignatureMap/Php8SignatureMapProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
use PHPStan\Type\Constant\ConstantBooleanType;
1919
use PHPStan\Type\Constant\ConstantStringType;
2020
use PHPStan\Type\FileTypeMapper;
21-
use PHPStan\Type\IntegerType;
2221
use PHPStan\Type\IntegerRangeType;
22+
use PHPStan\Type\IntegerType;
2323
use PHPStan\Type\MixedType;
2424
use PHPStan\Type\NullType;
2525
use PHPStan\Type\ObjectType;

0 commit comments

Comments
 (0)