|
8 | 8 | use PHPStan\Analyser\TypeSpecifier; |
9 | 9 | use PHPStan\Analyser\TypeSpecifierAwareExtension; |
10 | 10 | use PHPStan\Analyser\TypeSpecifierContext; |
| 11 | +use PHPStan\DependencyInjection\AutowiredService; |
11 | 12 | use PHPStan\Reflection\FunctionReflection; |
12 | 13 | use PHPStan\Type\Accessory\AccessoryNonEmptyStringType; |
13 | 14 | use PHPStan\Type\Accessory\AccessoryNonFalsyStringType; |
|
19 | 20 | use function in_array; |
20 | 21 | use function strtolower; |
21 | 22 |
|
| 23 | +#[AutowiredService] |
22 | 24 | final class StrlenTypeSpecifyingExtension implements FunctionTypeSpecifyingExtension, TypeSpecifierAwareExtension |
23 | 25 | { |
24 | 26 |
|
|
0 commit comments