Skip to content

Commit cbbcd0f

Browse files
committed
Exclude Bridge package vendor directories from agent PHPStan analysis
1 parent 07cacef commit cbbcd0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/agent/phpstan.dist.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ parameters:
66
paths:
77
- src/
88
- tests/
9+
excludePaths:
10+
- src/Bridge/*/vendor/
911
ignoreErrors:
1012
-
1113
message: "#^Method .*::test.*\\(\\) has no return type specified\\.$#"

0 commit comments

Comments
 (0)