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 @@ -767,11 +767,6 @@ services:
767767 tags :
768768 - phpstan.broker.dynamicFunctionReturnTypeExtension
769769
770- -
771- class : PHPStan\Type\Php\TrimFunctionDynamicReturnTypeExtension
772- tags :
773- - phpstan.broker.dynamicFunctionReturnTypeExtension
774-
775770 -
776771 class : PHPStan\Type\ClosureTypeFactory
777772 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 ;
1415use function count ;
1516use function in_array ;
1617
18+ #[AutowiredService]
1719final class TrimFunctionDynamicReturnTypeExtension implements DynamicFunctionReturnTypeExtension
1820{
1921
You can’t perform that action at this time.
0 commit comments