File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -762,11 +762,6 @@ services:
762762 tags :
763763 - phpstan.broker.dynamicFunctionReturnTypeExtension
764764
765- -
766- class : PHPStan\Type\Php\LtrimFunctionReturnTypeExtension
767- tags :
768- - phpstan.broker.dynamicFunctionReturnTypeExtension
769-
770765 -
771766 class : PHPStan\Type\ClosureTypeFactory
772767 arguments :
Original file line number Diff line number Diff line change 44
55use PhpParser \Node \Expr \FuncCall ;
66use PHPStan \Analyser \Scope ;
7+ use PHPStan \DependencyInjection \AutowiredService ;
78use PHPStan \Reflection \FunctionReflection ;
89use PHPStan \Type \Accessory \AccessoryLowercaseStringType ;
910use PHPStan \Type \Accessory \AccessoryUppercaseStringType ;
1617use function count ;
1718use function ltrim ;
1819
20+ #[AutowiredService]
1921final class LtrimFunctionReturnTypeExtension implements DynamicFunctionReturnTypeExtension
2022{
2123
You can’t perform that action at this time.
0 commit comments