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:
762
762
tags :
763
763
- phpstan.broker.dynamicFunctionReturnTypeExtension
764
764
765
- -
766
- class : PHPStan\Type\Php\LtrimFunctionReturnTypeExtension
767
- tags :
768
- - phpstan.broker.dynamicFunctionReturnTypeExtension
769
-
770
765
-
771
766
class : PHPStan\Type\ClosureTypeFactory
772
767
arguments :
Original file line number Diff line number Diff line change 4
4
5
5
use PhpParser \Node \Expr \FuncCall ;
6
6
use PHPStan \Analyser \Scope ;
7
+ use PHPStan \DependencyInjection \AutowiredService ;
7
8
use PHPStan \Reflection \FunctionReflection ;
8
9
use PHPStan \Type \Accessory \AccessoryLowercaseStringType ;
9
10
use PHPStan \Type \Accessory \AccessoryUppercaseStringType ;
16
17
use function count ;
17
18
use function ltrim ;
18
19
20
+ #[AutowiredService]
19
21
final class LtrimFunctionReturnTypeExtension implements DynamicFunctionReturnTypeExtension
20
22
{
21
23
You can’t perform that action at this time.
0 commit comments