From 5947dacce0cda1ca978e66fe7e66987c8e6550b6 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sat, 11 May 2024 10:03:27 +0200 Subject: [PATCH] Edit CONTRIBUTING guideline --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 31947a5d..af59d644 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,7 +68,7 @@ testing, it must also run without errors. Check the analyzer by running the following command. ```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.