Parcourir la source

phpstan analyse --memory-limit 512M (#8288)

Alexandre Alapetite il y a 4 mois
Parent
commit
bccda77cd4
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      composer.json

+ 2 - 2
composer.json

@@ -68,8 +68,8 @@
 		"phtml-lint": "find . -type d -name 'vendor' -prune -o -name '*.phtml' -print0 | xargs -0 -n1 -P4 php -l 1>/dev/null",
 		"phpcs": "phpcs . -s",
 		"phpcbf": "phpcbf . -p -s",
-		"phpstan": "phpstan analyse --memory-limit 256M .",
-		"phpstan-next": "phpstan analyse --memory-limit 256M -c phpstan-next.neon .",
+		"phpstan": "phpstan analyse --memory-limit 512M .",
+		"phpstan-next": "phpstan analyse --memory-limit 512M -c phpstan-next.neon .",
 		"phpunit": "phpunit --bootstrap ./tests/bootstrap.php --display-notices --display-phpunit-deprecations ./tests",
 		"translations": "cli/manipulate.translation.php --action format && cli/check.translation.php --generate-readme",
 		"test": [