1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-06 13:56:30 +02:00

Edit CONTRIBUTING guideline

This commit is contained in:
Oliver Vogel
2024-05-11 10:03:27 +02:00
parent 4b305587ec
commit 5947dacce0

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.