From 21be4e3f4823a1844adaff80c29eaed7b4e61779 Mon Sep 17 00:00:00 2001 From: Christian Leucht Date: Wed, 18 Dec 2024 17:20:09 +0100 Subject: [PATCH] Update php.md --- docs/php.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/php.md b/docs/php.md index c078d0f6..e7c56739 100644 --- a/docs/php.md +++ b/docs/php.md @@ -93,7 +93,7 @@ jobs: | `PHP_VERSION` | `'8.2'` | PHP version with which the scripts are executed | | `COMPOSER_ARGS` | `'--prefer-dist'` | Set of arguments passed to Composer | | `PSALM_ARGS` | `'--output-format=github --no-cache'` | Set of arguments passed to Psalm | -| `PSALM_ARGS` | `'--output-format=github --no-cache'` | Set of arguments passed to PHPStan | +| `PHPSTAN_ARGS` | `' --no-progress --memory-limit=1G'` | Set of arguments passed to PHPStan | #### Secrets