Update phpstan to level 5

[MAILPOET-1969]
This commit is contained in:
Pavel Dohnal
2019-04-09 10:16:19 +02:00
committed by M. Shull
parent 5c536b3779
commit 46a0b7501b
6 changed files with 33 additions and 19 deletions

View File

@ -378,7 +378,7 @@ class RoboFile extends \Robo\Tasks {
'php -d memory_limit=2G '.
"$dir/phpstan.phar analyse ".
"--configuration $dir/tasks/phpstan/phpstan.neon ".
'--level 4 '.
'--level 5 '.
"$dir/lib"
)
->dir(__DIR__ . '/tasks/phpstan')