Skip to content

Commit a28af33

Browse files
committed
Exclude vendor directory from PHPStan
1 parent 083a523 commit a28af33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ parameters:
66
- .
77
excludePaths:
88
- tests/*
9+
- vendor/*
910
- github-action-tests
1011
bootstrapFiles:
1112
- ../../bootstrap-phpstan.php

0 commit comments

Comments
 (0)