File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ parametersSchema:
15
15
yii2 : structure (
16
16
[
17
17
config_path : schema (string ()),
18
- component_generics : schema (arrayOf (string ()))
18
+ component_generics : schema (arrayOf (string (), string () ))
19
19
]
20
20
)
21
21
@@ -24,7 +24,7 @@ services:
24
24
class : yii2\extensions\phpstan\method\BehaviorMethodsClassReflectionExtension
25
25
tags : [phpstan.broker.methodsClassReflectionExtension ]
26
26
-
27
- class : yii2\extensions\phpstan\property\ApplicationPropertiesClassReflectionExtension ()
27
+ class : yii2\extensions\phpstan\property\ApplicationPropertiesClassReflectionExtension
28
28
tags : [phpstan.broker.propertiesClassReflectionExtension ]
29
29
arguments :
30
30
genericComponents : %yii2.component_generics%
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ final class ApplicationPropertiesClassReflectionExtension implements PropertiesC
81
81
* @param ReflectionProvider $reflectionProvider Reflection provider for class and property lookups.
82
82
* @param ServiceMap $serviceMap Service and component map for Yii Application static analysis.
83
83
*
84
- * @phpstan-param array< string, string> $genericComponents
84
+ * @phpstan-param string[] $genericComponents
85
85
*/
86
86
public function __construct (
87
87
private readonly AnnotationsPropertiesClassReflectionExtension $ annotationsProperties ,
You can’t perform that action at this time.
0 commit comments