From 5caa0baca8af5eb715a87a730b5d75819e25dfdc Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 19 Oct 2023 00:11:28 +0200 Subject: [PATCH] Update 01_Development.md Signed-off-by: Dennis Eichhorn --- Processes/01_Development.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Processes/01_Development.md b/Processes/01_Development.md index 32e7481..5e0c178 100644 --- a/Processes/01_Development.md +++ b/Processes/01_Development.md @@ -48,6 +48,8 @@ Automated checks which are run during the review process (**R4**): ```sh php ./vendor/bin/phpcs ./ --standard="Build/Config/phpcs.xml" +php ./vendor/bin/php-cs-fixer fix ./ --config=Build/Config/.php-cs-fixer.php --allow-risky=yes +php ./vendor/bin/phpcbf --standard=Build/Config/phpcs.xml ./ php ./vendor/bin/rector process --dry-run --config Build/Config/rector.php ./ npx eslint ./ -c ./Build/Config/.eslintrc.json ```