We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf697be commit 367a78dCopy full SHA for 367a78d
rules.neon
@@ -21,6 +21,7 @@ parametersSchema:
21
rules:
22
- PHPStan\Rules\Doctrine\ORM\DqlRule
23
- PHPStan\Rules\Doctrine\ORM\RepositoryMethodCallRule
24
+ - PHPStan\Rules\Doctrine\ORM\EntityNotFinalRule
25
- PHPStan\Rules\Doctrine\ORM\EntityRelationRule
26
27
services:
@@ -39,7 +40,3 @@ services:
39
40
- phpstan.rules.rule
41
-
42
class: PHPStan\Rules\Doctrine\ORM\EntityNotFinalRule
43
-conditionalTags:
44
- PHPStan\Rules\Doctrine\ORM\EntityNotFinalRule:
45
- phpstan.rules.rule: %featureToggles.bleedingEdge%
0 commit comments