Skip to content

Commit

Permalink
Update php.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrico authored Dec 18, 2024
1 parent 4d850a7 commit 21be4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 21be4e3

Please sign in to comment.