1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-16 19:58:14 +01:00

Edit CONTRIBUTING guideline

This commit is contained in:
Oliver Vogel 2024-05-11 10:03:27 +02:00
parent 4b305587ec
commit 5947dacce0
No known key found for this signature in database
GPG Key ID: 1B19D214C02D69BB

View File

@ -68,7 +68,7 @@ testing, it must also run without errors.
Check the analyzer by running the following command. Check the analyzer by running the following command.
```bash ```bash
./vendor/bin/phpstan analyze --memory-limit=512M --level=4 ./src ./vendor/bin/phpstan analyze --memory-limit=512M ./src
``` ```
Or by using the project's Docker environment. Or by using the project's Docker environment.