Skip to content

Commit 0c5ff8f

Browse files
committed
improve symfony set
1 parent d190073 commit 0c5ff8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/symfony-rules.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ rules:
1616
- Symplify\PHPStanRules\Rules\Symfony\NoGetDoctrineInControllerRule
1717
- Symplify\PHPStanRules\Rules\Symfony\NoGetInControllerRule
1818
- 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

Comments
 (0)