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 c8a7996 commit c880f8eCopy full SHA for c880f8e
tests/PHPStan/Reflection/SignatureMap/Php8SignatureMapProviderTest.php
@@ -18,8 +18,8 @@
18
use PHPStan\Type\Constant\ConstantBooleanType;
19
use PHPStan\Type\Constant\ConstantStringType;
20
use PHPStan\Type\FileTypeMapper;
21
-use PHPStan\Type\IntegerType;
22
use PHPStan\Type\IntegerRangeType;
+use PHPStan\Type\IntegerType;
23
use PHPStan\Type\MixedType;
24
use PHPStan\Type\NullType;
25
use PHPStan\Type\ObjectType;
0 commit comments