Skip to content

Commit f10277d

Browse files
committed
-
1 parent fe6541f commit f10277d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ parameters:
88
excludePaths:
99
- vendor/
1010
- Tests/fixtures/
11+
ignoreErrors:
12+
-
13+
message: "#^Method .*::test.*\\(\\) has no return type specified\\.$#"
14+
-
15+
identifier: missingType.iterableValue
16+
path: Tests/*

0 commit comments

Comments
 (0)