Skip to content

Commit b9eb069

Browse files
authored
Merge pull request #6 from traderinteractive/fix-property-name
Fix absoluteNestingLevel property name
2 parents 7430fd0 + 486e06a commit b9eb069

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
14+
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2

DWS/ruleset.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<rule ref="Generic.Metrics.NestingLevel">
4343
<properties>
4444
<property name="nestingLevel" value="3" />
45-
<property name="absolutenestingLevel" value="5" />
45+
<property name="absoluteNestingLevel" value="5" />
4646
</properties>
4747
</rule>
4848
<rule ref="Generic.NamingConventions.ConstructorName" />

0 commit comments

Comments
 (0)