Skip to content

Commit 845b403

Browse files
uekannuekann
authored andcommitted
Fix cs error
1 parent e44e476 commit 845b403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/Php/ArrayAllFunctionTypeSpecifyingExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use PhpParser\Node\Expr;
66
use PhpParser\Node\Expr\FuncCall;
77
use PhpParser\Node\Expr\Variable;
8-
use PhpParser\Node\Param;
98
use PHPStan\Analyser\Scope;
109
use PHPStan\Analyser\SpecifiedTypes;
1110
use PHPStan\Analyser\TypeSpecifier;
@@ -19,6 +18,7 @@
1918
use PHPStan\Type\Type;
2019
use function array_find;
2120
use function count;
21+
use function is_string;
2222
use function strtolower;
2323

2424
#[AutowiredService]

0 commit comments

Comments
 (0)