diff --git a/composer.json b/composer.json index 52521d90b..5694ba18b 100644 --- a/composer.json +++ b/composer.json @@ -421,6 +421,6 @@ "license-check": "docheader check src/ test/", "cs-fix": "php-cs-fixer fix $1", "json-fix": "./bin/composer-json-fixer", - "analyse": "phpstan analyse --memory-limit 4096M -phpstan analyse --memory-limit 4096M -l 5 -c phpstan.neonl 5 -c phpstan.neon" + "analyse": "phpstan analyse --memory-limit 4096M -l 5 -c phpstan.neonl 5 -c phpstan.neon" } }