Skip to content

Commit 929ee6f

Browse files
authored
Update phpstan.neon remove config
1 parent e6f3656 commit 929ee6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phpstan.neon

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ includes:
44

55
parameters:
66
paths:
7-
- config
87
- database
98
- src
109
level: 6
@@ -15,4 +14,4 @@ parameters:
1514
reportUnmatchedIgnoredErrors: false
1615
ignoreErrors:
1716
- identifier: missingType.generics
18-
- identifier: missingType.iterableValue
17+
- identifier: missingType.iterableValue

0 commit comments

Comments
 (0)