Skip to content

Commit ee72f39

Browse files
committed
Add PHPStan configuration to exclude vendor directory
1 parent 65e97e4 commit ee72f39

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
parameters:
2+
level: max
3+
paths:
4+
- .
5+
excludePaths:
6+
- vendor/
7+
- Tests/fixtures/

0 commit comments

Comments
 (0)