We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3675079 commit 0955d82Copy full SHA for 0955d82
src/Type/Php/ArrayPadDynamicReturnTypeExtension.php
@@ -4,6 +4,7 @@
4
5
use PhpParser\Node\Expr\FuncCall;
6
use PHPStan\Analyser\Scope;
7
+use PHPStan\DependencyInjection\AutowiredService;
8
use PHPStan\Reflection\FunctionReflection;
9
use PHPStan\Type\Accessory\AccessoryArrayListType;
10
use PHPStan\Type\Accessory\NonEmptyArrayType;
@@ -14,6 +15,7 @@
14
15
use PHPStan\Type\Type;
16
use PHPStan\Type\TypeCombinator;
17
18
+#[AutowiredService]
19
final class ArrayPadDynamicReturnTypeExtension implements DynamicFunctionReturnTypeExtension
20
{
21
0 commit comments