Skip to content

Commit 367a78d

Browse files
committed
Enforce non-final entity classes
1 parent cf697be commit 367a78d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

rules.neon

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ parametersSchema:
2121
rules:
2222
- PHPStan\Rules\Doctrine\ORM\DqlRule
2323
- PHPStan\Rules\Doctrine\ORM\RepositoryMethodCallRule
24+
- PHPStan\Rules\Doctrine\ORM\EntityNotFinalRule
2425
- PHPStan\Rules\Doctrine\ORM\EntityRelationRule
2526

2627
services:
@@ -39,7 +40,3 @@ services:
3940
- phpstan.rules.rule
4041
-
4142
class: PHPStan\Rules\Doctrine\ORM\EntityNotFinalRule
42-
43-
conditionalTags:
44-
PHPStan\Rules\Doctrine\ORM\EntityNotFinalRule:
45-
phpstan.rules.rule: %featureToggles.bleedingEdge%

0 commit comments

Comments
 (0)