Skip to content

Commit ece0ca1

Browse files
committed
Fix default config
1 parent e75525f commit ece0ca1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/pdepend-summary-formatter.yml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ colorizer:
88
# https://phpmd.org/rules/design.html#couplingbetweenobjects
99
# https://pdepend.org/documentation/software-metrics/coupling-between-objects.html
1010
cbo:
11-
green: [ 0, 13 ],
11+
green: [ 0, 13 ]
1212
red+bold: [ 14, null ]
1313

1414
# https://phpmd.org/rules/codesize.html#excessiveclasslength
@@ -35,7 +35,7 @@ colorizer:
3535

3636
# https://phpmd.org/rules/codesize.html#toomanyfields
3737
vars:
38-
green: [ 0, 15 ],
38+
green: [ 0, 15 ]
3939
red+bold: [ 16, null ]
4040

4141
# https://phpmd.org/rules/codesize.html#excessiveclasscomplexity

0 commit comments

Comments
 (0)