Skip to content

Commit

Permalink
Fix absoluteNestingLevel property name.
Browse files Browse the repository at this point in the history
A change in PHPCS 3.8.0 required this be correctly cased.
  • Loading branch information
chrisryan committed Dec 12, 2023
1 parent bd11d3d commit 486e06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DWS/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<rule ref="Generic.Metrics.NestingLevel">
<properties>
<property name="nestingLevel" value="3" />
<property name="absolutenestingLevel" value="5" />
<property name="absoluteNestingLevel" value="5" />
</properties>
</rule>
<rule ref="Generic.NamingConventions.ConstructorName" />
Expand Down

0 comments on commit 486e06a

Please sign in to comment.