author | Jordan Doyle <jordan@doyle.wf> | 2016-10-03 21:17:23.0 +01:00:00 |
---|---|---|
committer | Jordan Doyle <jordan@doyle.wf> | 2016-10-03 21:17:23.0 +01:00:00 |
commit | 983ac2e7c28fb31522500c52ba29fb5a62e5647d [patch] |
|
tree | 7d74583328dfbaac72e448b61c15caf59f257538 |
|
parent | 122f539aa4f9ed8e49c1e646ab1027aa5ef36a0f |
|
download | 983ac2e7c28fb31522500c52ba29fb5a62e5647d.tar.gz |
Increase cyclomatic complexity by 1
Diff
phpmd.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/phpmd.xml b/phpmd.xml index 2d0e482..0366503 100644 --- a/phpmd.xml +++ a/phpmd.xml @@ -9,4 +9,10 @@ <exclude name="ShortVariable"/> <exclude name="ShortMethodName"/> </rule> <rule ref="rulesets/codesize.xml/CyclomaticComplexity"> <properties> <property name="reportLevel" value="11"/> </properties> </rule> </ruleset>