Skip to content

Commit 8de1de7

Browse files
committed
Adjust phpstan config to directory structure
1 parent 69e0a6f commit 8de1de7

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

phpstan.neon.dist

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ parameters:
55
tmpDir: var/cache/phpstan
66
level: 5
77
paths:
8-
- .
9-
excludes_analyse:
10-
- var
11-
- vendor
12-
- proto
13-
- tests/TraceContext/W3CTestService
14-
- examples # TODO: Remove this once examples are updated
8+
- src
9+
- tests
10+
# - examples # TODO: Remove this once examples are updated
11+

0 commit comments

Comments
 (0)