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 d190073 commit 0c5ff8fCopy full SHA for 0c5ff8f
config/symfony-rules.neon
@@ -16,3 +16,8 @@ rules:
16
- Symplify\PHPStanRules\Rules\Symfony\NoGetDoctrineInControllerRule
17
- Symplify\PHPStanRules\Rules\Symfony\NoGetInControllerRule
18
- Symplify\PHPStanRules\Rules\Symfony\NoFindTaggedServiceIdsCallRule
19
+
20
+ # magic required inject
21
+ - Symplify\PHPStanRules\Rules\Symfony\SingleRequiredMethodRule
22
+ - Symplify\PHPStanRules\Rules\Symfony\RequiredOnlyInAbstractRule
23
+ - Symplify\PHPStanRules\Rules\Symfony\NoConstructorAndRequiredTogetherRule
0 commit comments