Skip to content

Commit

Permalink
Increase CyclomaticComplexity
Browse files Browse the repository at this point in the history
  • Loading branch information
kitloong committed Nov 3, 2024
1 parent 50a48f1 commit 2633f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .phpmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</rule>
<rule ref="rulesets/codesize.xml/CyclomaticComplexity">
<properties>
<property name="reportLevel" value="25"/>
<property name="reportLevel" value="30"/>
</properties>
</rule>
<rule ref="rulesets/codesize.xml/ExcessiveClassComplexity">
Expand Down

0 comments on commit 2633f22

Please sign in to comment.