Merge pull request #1746 from mailpoet/phpstan-cleanup

Raise PHPStan strictness level to 1
This commit is contained in:
M. Shull
2019-01-28 10:47:24 -05:00
committed by GitHub
80 changed files with 318 additions and 119 deletions

View File

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