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 123bdeb commit a48b9d8Copy full SHA for a48b9d8
src/Type/Php/CountFunctionReturnTypeExtension.php
@@ -6,14 +6,10 @@
6
use PHPStan\Analyser\Scope;
7
use PHPStan\DependencyInjection\AutowiredService;
8
use PHPStan\Reflection\FunctionReflection;
9
-use PHPStan\TrinaryLogic;
10
-use PHPStan\Type\Constant\ConstantIntegerType;
11
use PHPStan\Type\DynamicFunctionReturnTypeExtension;
12
-use PHPStan\Type\IntegerRangeType;
13
use PHPStan\Type\Type;
14
use function count;
15
use function in_array;
16
-use const COUNT_NORMAL;
17
18
#[AutowiredService]
19
final class CountFunctionReturnTypeExtension implements DynamicFunctionReturnTypeExtension
0 commit comments