Skip to content

Commit 1cf5dad

Browse files
committed
cs
1 parent 90ccd5e commit 1cf5dad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Analyser/SpecifiedTypes.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
namespace PHPStan\Analyser;
44

55
use PhpParser\Node\Expr;
6-
use PHPStan\Type\GeneralizePrecision;
76
use PHPStan\Type\Type;
87
use PHPStan\Type\TypeCombinator;
98
use PHPStan\Type\UnionType;
109
use function array_key_exists;
1110
use function array_merge;
11+
use function count;
1212

1313
final class SpecifiedTypes
1414
{
15+
1516
private const MAX_SURE_NOT_TYPES = 8;
1617

1718
private bool $overwrite = false;

0 commit comments

Comments
 (0)