Skip to content

Commit 0955d82

Browse files
Add attribute
1 parent 3675079 commit 0955d82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Type/Php/ArrayPadDynamicReturnTypeExtension.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use PhpParser\Node\Expr\FuncCall;
66
use PHPStan\Analyser\Scope;
7+
use PHPStan\DependencyInjection\AutowiredService;
78
use PHPStan\Reflection\FunctionReflection;
89
use PHPStan\Type\Accessory\AccessoryArrayListType;
910
use PHPStan\Type\Accessory\NonEmptyArrayType;
@@ -14,6 +15,7 @@
1415
use PHPStan\Type\Type;
1516
use PHPStan\Type\TypeCombinator;
1617

18+
#[AutowiredService]
1719
final class ArrayPadDynamicReturnTypeExtension implements DynamicFunctionReturnTypeExtension
1820
{
1921

0 commit comments

Comments
 (0)