Skip to content

Commit c325ef8

Browse files
committed
Changed PHPStan configuration
1 parent 5e45418 commit c325ef8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

phpstan.neon.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ parameters:
1919
- '#PHPDoc tag @var for variable (.*) contains unknown class PHPUnit\\Framework\\MockObject\\MockObject.#'
2020
paths:
2121
- 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/*
2228
includes:
2329
- tools/02_phpstan/vendor/phpstan/phpstan/conf/bleedingEdge.neon
2430
- tools/02_phpstan/vendor/phpstan/phpstan-phpunit/extension.neon

0 commit comments

Comments
 (0)