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 3b74a35 commit 120d347Copy full SHA for 120d347
src/Rules/PhpDoc/RequireExtendsCheck.php
@@ -8,7 +8,6 @@
8
use PHPStan\Rules\ClassNameNodePair;
9
use PHPStan\Rules\IdentifierRuleError;
10
use PHPStan\Rules\RuleErrorBuilder;
11
-use PHPStan\Type\ObjectType;
12
use PHPStan\Type\VerbosityLevel;
13
use function array_merge;
14
use function count;
src/Rules/UnusedFunctionParametersCheck.php
@@ -10,7 +10,6 @@
use function array_combine;
use function array_map;
-use function count;
use function is_array;
15
use function is_string;
16
use function sprintf;
0 commit comments