Skip to content

Commit 52fd8f2

Browse files
committed
Fix indentation in phpstan.neon configuration
1 parent a4c9fc4 commit 52fd8f2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

phpstan.neon

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ parameters:
22
level: 6
33
reportUnmatchedIgnoredErrors: false
44
ignoreErrors:
5-
-
6-
identifier: missingType.iterableValue
7-
-
8-
identifier: missingType.generics
9-
-
10-
message: '#Call to method (arrayNode|append|integerNode|scalarNode|booleanNode|enumNode|variableNode)\(\) on an unknown class#'
11-
path: src/DependencyInjection/Configuration.php
5+
-
6+
identifier: missingType.iterableValue
7+
-
8+
identifier: missingType.generics
9+
-
10+
message: '#Call to method (arrayNode|append|integerNode|scalarNode|booleanNode|enumNode|variableNode)\(\) on an unknown class#'
11+
path: src/DependencyInjection/Configuration.php
1212
paths:
1313
- src
1414
bootstrapFiles:

0 commit comments

Comments
 (0)