Skip to content

Commit 08ff816

Browse files
committed
Increase ExcessiveClassComplexity limit
1 parent 9594c51 commit 08ff816

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="65"/>
31+
<property name="maximum" value="70"/>
3232
</properties>
3333
</rule>
3434
<rule ref="rulesets/codesize.xml/ExcessiveParameterList">

0 commit comments

Comments
 (0)