@@ -23,14 +23,10 @@ parametersSchema:
23
23
rules :
24
24
- PHPStan\Rules\Doctrine\ORM\DqlRule
25
25
- PHPStan\Rules\Doctrine\ORM\RepositoryMethodCallRule
26
+ - PHPStan\Rules\Doctrine\ORM\EntityConstructorNotFinalRule
27
+ - PHPStan\Rules\Doctrine\ORM\EntityMappingExceptionRule
26
28
- PHPStan\Rules\Doctrine\ORM\EntityNotFinalRule
27
29
28
- conditionalTags :
29
- PHPStan\Rules\Doctrine\ORM\EntityMappingExceptionRule :
30
- phpstan.rules.rule : %featureToggles.bleedingEdge%
31
- PHPStan\Rules\Doctrine\ORM\EntityConstructorNotFinalRule :
32
- phpstan.rules.rule : %featureToggles.bleedingEdge%
33
-
34
30
services :
35
31
-
36
32
class : PHPStan\Rules\Doctrine\ORM\QueryBuilderDqlRule
@@ -43,23 +39,15 @@ services:
43
39
arguments :
44
40
reportUnknownTypes : %doctrine.reportUnknownTypes%
45
41
allowNullablePropertyForRequiredField : %doctrine.allowNullablePropertyForRequiredField%
46
- bleedingEdge : %featureToggles.bleedingEdge%
47
42
descriptorRegistry : @doctrineTypeDescriptorRegistry
48
43
tags :
49
44
- phpstan.rules.rule
50
- -
51
- class : PHPStan\Rules\Doctrine\ORM\EntityMappingExceptionRule
52
- -
53
- class : PHPStan\Rules\Doctrine\ORM\EntityNotFinalRule
54
45
-
55
46
class : PHPStan\Rules\Doctrine\ORM\EntityRelationRule
56
47
arguments :
57
48
allowNullablePropertyForRequiredField : %doctrine.allowNullablePropertyForRequiredField%
58
- bleedingEdge : %featureToggles.bleedingEdge%
59
49
tags :
60
50
- phpstan.rules.rule
61
- -
62
- class : PHPStan\Rules\Doctrine\ORM\EntityConstructorNotFinalRule
63
51
-
64
52
class : PHPStan\Classes\DoctrineProxyForbiddenClassNamesExtension
65
53
tags :
0 commit comments