Update phpstan and phpstan-doctrine

[MAILPOET-2945]
This commit is contained in:
Jan Jakeš
2020-03-30 09:13:05 +02:00
committed by Veljko V
parent aac8619f8f
commit fb2e1c707e
5 changed files with 17 additions and 14 deletions

View File

@ -484,7 +484,7 @@ class RoboFile extends \Robo\Tasks {
$dir = __DIR__;
$task = implode(' ', [
'WP_ROOT="' . getenv('WP_ROOT') . '"',
'php -d memory_limit=2G',
'php -d memory_limit=-1',
"$dir/tasks/phpstan/vendor/bin/phpstan analyse ",
]);