Skip to content

Commit 3d728ac

Browse files
committed
Fix PHPStan vendor exclusion pattern in Bridge Brave package
1 parent bf06a43 commit 3d728ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent/src/Bridge/Brave/phpstan.neon.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
66
paths:
77
- .
88
excludePaths:
9-
- vendor/
9+
- */vendor/*
1010
- Tests/fixtures/
1111
ignoreErrors:
1212
-

0 commit comments

Comments
 (0)