Skip to content

Commit a48b9d8

Browse files
committed
cs
1 parent 123bdeb commit a48b9d8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Type/Php/CountFunctionReturnTypeExtension.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@
66
use PHPStan\Analyser\Scope;
77
use PHPStan\DependencyInjection\AutowiredService;
88
use PHPStan\Reflection\FunctionReflection;
9-
use PHPStan\TrinaryLogic;
10-
use PHPStan\Type\Constant\ConstantIntegerType;
119
use PHPStan\Type\DynamicFunctionReturnTypeExtension;
12-
use PHPStan\Type\IntegerRangeType;
1310
use PHPStan\Type\Type;
1411
use function count;
1512
use function in_array;
16-
use const COUNT_NORMAL;
1713

1814
#[AutowiredService]
1915
final class CountFunctionReturnTypeExtension implements DynamicFunctionReturnTypeExtension

0 commit comments

Comments
 (0)