-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathextension.neon
More file actions
60 lines (56 loc) · 2.25 KB
/
extension.neon
File metadata and controls
60 lines (56 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
parameters:
dynamicConstantNames:
- YII_DEBUG
- YII_ENV
- YII_ENV_DEV
- YII_ENV_PROD
- YII_ENV_TEST
yii2:
config_path: ''
component_generics:
user: identityClass
parametersSchema:
yii2: structure(
[
config_path: schema(string()),
component_generics: schema(arrayOf(string(), string()))
]
)
services:
-
class: yii2\extensions\phpstan\method\BehaviorMethodsClassReflectionExtension
tags: [phpstan.broker.methodsClassReflectionExtension]
-
class: yii2\extensions\phpstan\property\ApplicationPropertiesClassReflectionExtension
tags: [phpstan.broker.propertiesClassReflectionExtension]
arguments:
genericComponents: %yii2.component_generics%
-
class: yii2\extensions\phpstan\property\BehaviorPropertiesClassReflectionExtension
tags: [phpstan.broker.propertiesClassReflectionExtension]
-
class: yii2\extensions\phpstan\type\ActiveQueryDynamicMethodReturnTypeExtension
tags: [phpstan.broker.dynamicMethodReturnTypeExtension]
-
class: yii2\extensions\phpstan\type\ActiveRecordDynamicMethodReturnTypeExtension
tags: [phpstan.broker.dynamicMethodReturnTypeExtension]
-
class: yii2\extensions\phpstan\type\ActiveRecordDynamicStaticMethodReturnTypeExtension
tags: [phpstan.broker.dynamicStaticMethodReturnTypeExtension]
-
class: yii2\extensions\phpstan\type\ActiveRecordGetAttributeDynamicMethodReturnTypeExtension
tags: [phpstan.broker.dynamicMethodReturnTypeExtension]
-
class: yii2\extensions\phpstan\type\ContainerDynamicMethodReturnTypeExtension
tags: [phpstan.broker.dynamicMethodReturnTypeExtension]
-
class: yii2\extensions\phpstan\type\HeaderCollectionDynamicMethodReturnTypeExtension
tags: [phpstan.broker.dynamicMethodReturnTypeExtension]
-
class: yii2\extensions\phpstan\type\ServiceLocatorDynamicMethodReturnTypeExtension
tags: [phpstan.broker.dynamicMethodReturnTypeExtension]
-
class: yii2\extensions\phpstan\StubFilesExtension
tags:
- phpstan.stubFilesExtension
- yii2\extensions\phpstan\ServiceMap(%yii2.config_path%)