Skip to content

Commit

Permalink
Merge pull request #17 from chrisryan/master
Browse files Browse the repository at this point in the history
Fix absoluteNestingLevel property name.
  • Loading branch information
chadicus authored Dec 12, 2023
2 parents 3a91f00 + eef50bf commit 618f5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chadicus/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<rule ref="Generic.Metrics.NestingLevel">
<properties>
<property name="nestingLevel" value="2" />
<property name="absolutenestingLevel" value="3" />
<property name="absoluteNestingLevel" value="3" />
</properties>
</rule>
<rule ref="Squiz.PHP.DiscouragedFunctions" />
Expand Down

0 comments on commit 618f5c1

Please sign in to comment.