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 dd4018e commit 5ae6cc0Copy full SHA for 5ae6cc0
src/Type/Php/StrlenTypeSpecifyingExtension.php
@@ -8,6 +8,7 @@
8
use PHPStan\Analyser\TypeSpecifier;
9
use PHPStan\Analyser\TypeSpecifierAwareExtension;
10
use PHPStan\Analyser\TypeSpecifierContext;
11
+use PHPStan\DependencyInjection\AutowiredService;
12
use PHPStan\Reflection\FunctionReflection;
13
use PHPStan\Type\Accessory\AccessoryNonEmptyStringType;
14
use PHPStan\Type\Accessory\AccessoryNonFalsyStringType;
@@ -19,6 +20,7 @@
19
20
use function in_array;
21
use function strtolower;
22
23
+#[AutowiredService]
24
final class StrlenTypeSpecifyingExtension implements FunctionTypeSpecifyingExtension, TypeSpecifierAwareExtension
25
{
26
0 commit comments