@@ -23,55 +23,55 @@ parametersSchema:
23
23
entityTypeStorageMapping : arrayOf (string ())
24
24
])
25
25
rules :
26
- - PHPStan \Rules\Classes\PluginManagerInspectionRule
27
- - PHPStan \Rules\Drupal\Coder\DiscouragedFunctionsRule
28
- - PHPStan \Rules\Drupal\GlobalDrupalDependencyInjectionRule
29
- - PHPStan \Rules\Drupal\PluginManager\PluginManagerSetsCacheBackendRule
30
- - PHPStan \Rules\Deprecations\AccessDeprecatedConstant
26
+ - mglaman\PHPStanDrupal \Rules\Classes\PluginManagerInspectionRule
27
+ - mglaman\PHPStanDrupal \Rules\Drupal\Coder\DiscouragedFunctionsRule
28
+ - mglaman\PHPStanDrupal \Rules\Drupal\GlobalDrupalDependencyInjectionRule
29
+ - mglaman\PHPStanDrupal \Rules\Drupal\PluginManager\PluginManagerSetsCacheBackendRule
30
+ - mglaman\PHPStanDrupal \Rules\Deprecations\AccessDeprecatedConstant
31
31
services :
32
32
-
33
- class : PHPStan \Drupal\ServiceMap
33
+ class : mglaman\PHPStanDrupal \Drupal\ServiceMap
34
34
35
35
-
36
- class : PHPStan \Type\EntityTypeManagerGetStorageDynamicReturnTypeExtension
36
+ class : mglaman\PHPStanDrupal \Type\EntityTypeManagerGetStorageDynamicReturnTypeExtension
37
37
arguments :
38
38
entityTypeStorageMapping : %drupal.entityTypeStorageMapping%
39
39
tags : [phpstan.broker.dynamicMethodReturnTypeExtension ]
40
40
-
41
- class : PHPStan \Type\ContainerDynamicReturnTypeExtension
41
+ class : mglaman\PHPStanDrupal \Type\ContainerDynamicReturnTypeExtension
42
42
tags : [phpstan.broker.dynamicMethodReturnTypeExtension ]
43
43
-
44
- class : PHPStan \Type\DrupalServiceDynamicReturnTypeExtension
44
+ class : mglaman\PHPStanDrupal \Type\DrupalServiceDynamicReturnTypeExtension
45
45
tags : [phpstan.broker.dynamicStaticMethodReturnTypeExtension ]
46
46
-
47
- class : PHPStan \Reflection\EntityFieldsViaMagicReflectionExtension
47
+ class : mglaman\PHPStanDrupal \Reflection\EntityFieldsViaMagicReflectionExtension
48
48
tags : [phpstan.broker.propertiesClassReflectionExtension ]
49
49
-
50
- class : PHPStan \Rules\Drupal\LoadIncludes
50
+ class : mglaman\PHPStanDrupal \Rules\Drupal\LoadIncludes
51
51
tags : [phpstan.rules.rule ]
52
52
arguments :
53
53
- %drupal.drupal_root%
54
54
-
55
- class : PHPStan \Rules\Drupal\ModuleLoadInclude
55
+ class : mglaman\PHPStanDrupal \Rules\Drupal\ModuleLoadInclude
56
56
tags : [phpstan.rules.rule ]
57
57
arguments :
58
58
- %drupal.drupal_root%
59
59
60
60
-
61
- class : PHPStan \Rules\Deprecations\PluginAnnotationContextDefinitionsRule
61
+ class : mglaman\PHPStanDrupal \Rules\Deprecations\PluginAnnotationContextDefinitionsRule
62
62
tags : [phpstan.rules.rule ]
63
63
64
64
-
65
- class : PHPStan \Rules\Deprecations\ConfigEntityConfigExportRule
65
+ class : mglaman\PHPStanDrupal \Rules\Deprecations\ConfigEntityConfigExportRule
66
66
tags : [phpstan.rules.rule ]
67
67
68
68
-
69
- class : PHPStan \Rules\Drupal\Tests\BrowserTestBaseDefaultThemeRule
69
+ class : mglaman\PHPStanDrupal \Rules\Drupal\Tests\BrowserTestBaseDefaultThemeRule
70
70
tags : [phpstan.rules.rule ]
71
71
72
72
-
73
- class : PHPStan \Rules\Deprecations\GetDeprecatedServiceRule
73
+ class : mglaman\PHPStanDrupal \Rules\Deprecations\GetDeprecatedServiceRule
74
74
tags : [phpstan.rules.rule ]
75
75
-
76
- class : PHPStan \Rules\Deprecations\StaticServiceDeprecatedServiceRule
76
+ class : mglaman\PHPStanDrupal \Rules\Deprecations\StaticServiceDeprecatedServiceRule
77
77
tags : [phpstan.rules.rule ]
0 commit comments