Skip to content

Commit 0a79735

Browse files
committed
Increase PHPMD CouplingBetweenObjects maximum
1 parent 5ff052e commit 0a79735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpmd.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!-- design -->
2020
<rule ref="rulesets/design.xml/CouplingBetweenObjects">
2121
<properties>
22-
<property name="maximum" value="45"/>
22+
<property name="maximum" value="60"/>
2323
</properties>
2424
</rule>
2525
<!-- naming -->

0 commit comments

Comments
 (0)