From 946f1d0983fc5a7399828497d6ebce03f1a639ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 2 Feb 2020 14:06:10 +0100 Subject: [PATCH] Fixed PHPstan analysis during Travis build. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1fd053e8..af3802a5 100644 --- a/composer.json +++ b/composer.json @@ -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": "*"