Files
farmOS-dev/vendor/mglaman/phpstan-drupal/rules.neon
2024-12-10 15:08:16 +01:00

43 lines
2.3 KiB
Plaintext

rules:
- mglaman\PHPStanDrupal\Rules\Drupal\Coder\DiscouragedFunctionsRule
- mglaman\PHPStanDrupal\Rules\Drupal\GlobalDrupalDependencyInjectionRule
- mglaman\PHPStanDrupal\Rules\Drupal\PluginManager\PluginManagerSetsCacheBackendRule
- mglaman\PHPStanDrupal\Rules\Deprecations\AccessDeprecatedConstant
- mglaman\PHPStanDrupal\Rules\Classes\PluginManagerInspectionRule
- mglaman\PHPStanDrupal\Rules\Deprecations\ConditionManagerCreateInstanceContextConfigurationRule
- mglaman\PHPStanDrupal\Rules\Drupal\RenderCallbackRule
- mglaman\PHPStanDrupal\Rules\Deprecations\StaticServiceDeprecatedServiceRule
- mglaman\PHPStanDrupal\Rules\Deprecations\GetDeprecatedServiceRule
- mglaman\PHPStanDrupal\Rules\Drupal\Tests\BrowserTestBaseDefaultThemeRule
- mglaman\PHPStanDrupal\Rules\Deprecations\ConfigEntityConfigExportRule
- mglaman\PHPStanDrupal\Rules\Deprecations\PluginAnnotationContextDefinitionsRule
- mglaman\PHPStanDrupal\Rules\Drupal\ModuleLoadInclude
- mglaman\PHPStanDrupal\Rules\Drupal\LoadIncludes
- mglaman\PHPStanDrupal\Rules\Drupal\EntityQuery\EntityQueryHasAccessCheckRule
- mglaman\PHPStanDrupal\Rules\Deprecations\SymfonyCmfRouteObjectInterfaceConstantsRule
- mglaman\PHPStanDrupal\Rules\Deprecations\SymfonyCmfRoutingInClassMethodSignatureRule
- mglaman\PHPStanDrupal\Rules\Drupal\RequestStackGetMainRequestRule
- mglaman\PHPStanDrupal\Rules\Drupal\TestClassesProtectedPropertyModulesRule
conditionalTags:
mglaman\PHPStanDrupal\Rules\Drupal\Tests\TestClassSuffixNameRule:
phpstan.rules.rule: %drupal.rules.testClassSuffixNameRule%
mglaman\PHPStanDrupal\Rules\Drupal\DependencySerializationTraitPropertyRule:
phpstan.rules.rule: %drupal.rules.dependencySerializationTraitPropertyRule%
mglaman\PHPStanDrupal\Rules\Drupal\AccessResultConditionRule:
phpstan.rules.rule: %drupal.rules.accessResultConditionRule%
mglaman\PHPStanDrupal\Rules\Classes\ClassExtendsInternalClassRule:
phpstan.rules.rule: %drupal.rules.classExtendsInternalClassRule%
services:
-
class: mglaman\PHPStanDrupal\Rules\Drupal\Tests\TestClassSuffixNameRule
-
class: mglaman\PHPStanDrupal\Rules\Drupal\DependencySerializationTraitPropertyRule
-
class: mglaman\PHPStanDrupal\Rules\Drupal\AccessResultConditionRule
arguments:
treatPhpDocTypesAsCertain: %treatPhpDocTypesAsCertain%
-
class: mglaman\PHPStanDrupal\Rules\Classes\ClassExtendsInternalClassRule