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:
767
767
tags :
768
768
- phpstan.broker.dynamicFunctionReturnTypeExtension
769
769
770
- -
771
- class : PHPStan\Type\Php\TrimFunctionDynamicReturnTypeExtension
772
- tags :
773
- - phpstan.broker.dynamicFunctionReturnTypeExtension
774
-
775
770
-
776
771
class : PHPStan\Type\ClosureTypeFactory
777
772
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 ;
14
15
use function count ;
15
16
use function in_array ;
16
17
18
+ #[AutowiredService]
17
19
final class TrimFunctionDynamicReturnTypeExtension implements DynamicFunctionReturnTypeExtension
18
20
{
19
21
You can’t perform that action at this time.
0 commit comments