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 5e45418 commit c325ef8Copy full SHA for c325ef8
phpstan.neon.dist
@@ -19,6 +19,12 @@ parameters:
19
- '#PHPDoc tag @var for variable (.*) contains unknown class PHPUnit\\Framework\\MockObject\\MockObject.#'
20
paths:
21
- tests/Integration/*
22
+ -
23
+ messages:
24
+ - '#has PHPDoc tag \@method for method (.*)\(\) parameter \#(\d+) \$(.*) with no value type specified in iterable type array#'
25
+ paths:
26
+ - tests/*
27
+ - src/*
28
includes:
29
- tools/02_phpstan/vendor/phpstan/phpstan/conf/bleedingEdge.neon
30
- tools/02_phpstan/vendor/phpstan/phpstan-phpunit/extension.neon
0 commit comments