Fixed PHPstan analysis during Travis build.

This commit is contained in:
Jan Böhmer 2020-02-02 14:06:10 +01:00
parent 96d7e4c9f4
commit 946f1d0983

View file

@ -111,7 +111,7 @@
"post-update-cmd": [
"@auto-scripts"
],
"phpstan": "vendor/bin/phpstan analyse src --level 2 --memory-limit 1GB"
"phpstan": "vendor/bin/phpstan analyse src --level 2 --memory-limit 1G"
},
"conflict": {
"symfony/symfony": "*"