Skip to content

Commit b76ecfe

Browse files
committed
Increase ExcessiveClassComplexity
1 parent 8c2afc7 commit b76ecfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.phpmd.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</rule>
2929
<rule ref="rulesets/codesize.xml/ExcessiveClassComplexity">
3030
<properties>
31-
<property name="maximum" value="60"/>
31+
<property name="maximum" value="65"/>
3232
</properties>
3333
</rule>
3434
<rule ref="rulesets/codesize.xml/ExcessiveParameterList">

0 commit comments

Comments
 (0)