We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44e476 commit 845b403Copy full SHA for 845b403
src/Type/Php/ArrayAllFunctionTypeSpecifyingExtension.php
@@ -5,7 +5,6 @@
5
use PhpParser\Node\Expr;
6
use PhpParser\Node\Expr\FuncCall;
7
use PhpParser\Node\Expr\Variable;
8
-use PhpParser\Node\Param;
9
use PHPStan\Analyser\Scope;
10
use PHPStan\Analyser\SpecifiedTypes;
11
use PHPStan\Analyser\TypeSpecifier;
@@ -19,6 +18,7 @@
19
18
use PHPStan\Type\Type;
20
use function array_find;
21
use function count;
+use function is_string;
22
use function strtolower;
23
24
#[AutowiredService]
0 commit comments