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 cdbefd2 commit a6796c8Copy full SHA for a6796c8
phpstan.neon
@@ -6,3 +6,8 @@ parameters:
6
- src
7
- test
8
treatPhpDocTypesAsCertain: false
9
+ ignoreErrors:
10
+ - message: '#Call to an undefined method .*::somePlugin\(\)\.#'
11
+ path: test/AbstractControllerTest.php
12
+ - message: '#Call to an undefined method .*::callablePlugin\(\)\.#'
13
0 commit comments