Skip to content

Commit 935f4a3

Browse files
committed
Fix namespaces in extension.neon
1 parent ed9f299 commit 935f4a3

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

extension.neon

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,55 +23,55 @@ parametersSchema:
2323
entityTypeStorageMapping: arrayOf(string())
2424
])
2525
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
3131
services:
3232
-
33-
class: PHPStan\Drupal\ServiceMap
33+
class: mglaman\PHPStanDrupal\Drupal\ServiceMap
3434

3535
-
36-
class: PHPStan\Type\EntityTypeManagerGetStorageDynamicReturnTypeExtension
36+
class: mglaman\PHPStanDrupal\Type\EntityTypeManagerGetStorageDynamicReturnTypeExtension
3737
arguments:
3838
entityTypeStorageMapping: %drupal.entityTypeStorageMapping%
3939
tags: [phpstan.broker.dynamicMethodReturnTypeExtension]
4040
-
41-
class: PHPStan\Type\ContainerDynamicReturnTypeExtension
41+
class: mglaman\PHPStanDrupal\Type\ContainerDynamicReturnTypeExtension
4242
tags: [phpstan.broker.dynamicMethodReturnTypeExtension]
4343
-
44-
class: PHPStan\Type\DrupalServiceDynamicReturnTypeExtension
44+
class: mglaman\PHPStanDrupal\Type\DrupalServiceDynamicReturnTypeExtension
4545
tags: [phpstan.broker.dynamicStaticMethodReturnTypeExtension]
4646
-
47-
class: PHPStan\Reflection\EntityFieldsViaMagicReflectionExtension
47+
class: mglaman\PHPStanDrupal\Reflection\EntityFieldsViaMagicReflectionExtension
4848
tags: [phpstan.broker.propertiesClassReflectionExtension]
4949
-
50-
class: PHPStan\Rules\Drupal\LoadIncludes
50+
class: mglaman\PHPStanDrupal\Rules\Drupal\LoadIncludes
5151
tags: [phpstan.rules.rule]
5252
arguments:
5353
- %drupal.drupal_root%
5454
-
55-
class: PHPStan\Rules\Drupal\ModuleLoadInclude
55+
class: mglaman\PHPStanDrupal\Rules\Drupal\ModuleLoadInclude
5656
tags: [phpstan.rules.rule]
5757
arguments:
5858
- %drupal.drupal_root%
5959

6060
-
61-
class: PHPStan\Rules\Deprecations\PluginAnnotationContextDefinitionsRule
61+
class: mglaman\PHPStanDrupal\Rules\Deprecations\PluginAnnotationContextDefinitionsRule
6262
tags: [phpstan.rules.rule]
6363

6464
-
65-
class: PHPStan\Rules\Deprecations\ConfigEntityConfigExportRule
65+
class: mglaman\PHPStanDrupal\Rules\Deprecations\ConfigEntityConfigExportRule
6666
tags: [phpstan.rules.rule]
6767

6868
-
69-
class: PHPStan\Rules\Drupal\Tests\BrowserTestBaseDefaultThemeRule
69+
class: mglaman\PHPStanDrupal\Rules\Drupal\Tests\BrowserTestBaseDefaultThemeRule
7070
tags: [phpstan.rules.rule]
7171

7272
-
73-
class: PHPStan\Rules\Deprecations\GetDeprecatedServiceRule
73+
class: mglaman\PHPStanDrupal\Rules\Deprecations\GetDeprecatedServiceRule
7474
tags: [phpstan.rules.rule]
7575
-
76-
class: PHPStan\Rules\Deprecations\StaticServiceDeprecatedServiceRule
76+
class: mglaman\PHPStanDrupal\Rules\Deprecations\StaticServiceDeprecatedServiceRule
7777
tags: [phpstan.rules.rule]

0 commit comments

Comments
 (0)