We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6541f commit f10277dCopy full SHA for f10277d
src/agent/src/Bridge/Brave/phpstan.neon.dist
@@ -8,3 +8,9 @@ parameters:
8
excludePaths:
9
- vendor/
10
- 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