There was an error while loading. Please reload this page.
1 parent 59b7244 commit bfe09fcCopy full SHA for bfe09fc
src/Type/Php/ArrayMergeFunctionDynamicReturnTypeExtension.php
@@ -9,11 +9,7 @@
9
use PHPStan\Type\Accessory\NonEmptyArrayType;
10
use PHPStan\Type\ArrayType;
11
use PHPStan\Type\Constant\ConstantArrayType;
12
-use PHPStan\Type\Constant\ConstantIntegerType;
13
-use PHPStan\Type\Constant\ConstantStringType;
14
-use PHPStan\Type\ConstantType;
15
use PHPStan\Type\DynamicFunctionReturnTypeExtension;
16
-use PHPStan\Type\GeneralizePrecision;
17
use PHPStan\Type\NeverType;
18
use PHPStan\Type\Type;
19
use PHPStan\Type\TypeCombinator;
0 commit comments