diff --git a/extension.neon b/extension.neon index c634651e..34dbea22 100644 --- a/extension.neon +++ b/extension.neon @@ -72,7 +72,13 @@ services: tags: - phpstan.rules.rule - # # # # # RELATION RULES # # # # # + # ShouldNotExist rules + - + class: PHPat\Rule\Assertion\Declaration\ShouldNotExist\ShouldNotExistRule + tags: + - phpstan.rules.rule + + # # # # # RELATION RULES # # # # # # ShouldImplement rules -