File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/Domain/Subscription/Service/Manager Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4545 <rule ref =" rulesets/design.xml/GotoStatement" />
4646 <rule ref =" rulesets/design.xml/NumberOfChildren" />
4747 <rule ref =" rulesets/design.xml/DepthOfInheritance" />
48- <rule ref =" rulesets/design.xml/CouplingBetweenObjects" />
48+ <rule ref =" rulesets/design.xml/CouplingBetweenObjects" >
49+ <properties >
50+ <property name =" maximum" value =" 14" />
51+ </properties >
52+ </rule >
4953 <rule ref =" rulesets/design.xml/DevelopmentCodeFragment" />
5054
5155 <!-- rules from the "naming" rule set -->
Original file line number Diff line number Diff line change 1616use Symfony \Component \HttpKernel \Exception \NotFoundHttpException ;
1717use Symfony \Contracts \Translation \TranslatorInterface ;
1818
19- /**
20- * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
21- */
2219class SubscriberManager
2320{
2421 private SubscriberRepository $ subscriberRepository ;
You can’t perform that action at this time.
0 commit comments