We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e283ae6 commit 0d3cf16Copy full SHA for 0d3cf16
src/Type/MixedType.php
@@ -32,14 +32,11 @@
32
use PHPStan\Type\Constant\ConstantFloatType;
33
use PHPStan\Type\Constant\ConstantIntegerType;
34
use PHPStan\Type\Constant\ConstantStringType;
35
-use PHPStan\Type\Generic\GenericObjectType;
36
use PHPStan\Type\Generic\TemplateMixedType;
37
use PHPStan\Type\Generic\TemplateType;
38
use PHPStan\Type\Traits\NonGeneralizableTypeTrait;
39
use PHPStan\Type\Traits\NonGenericTypeTrait;
40
use PHPStan\Type\Traits\UndecidedComparisonCompoundTypeTrait;
41
-use function get_class;
42
-use function in_array;
43
use function sprintf;
44
45
/** @api */
0 commit comments