Skip to content

Commit

Permalink
[should-not-exist-rule] add ShouldNotExistRule to extension
Browse files Browse the repository at this point in the history
  • Loading branch information
annadamm-check24 committed Jun 28, 2024
1 parent 0a51443 commit 11dc221
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -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
-
Expand Down

0 comments on commit 11dc221

Please sign in to comment.