From 3fa5e795974713e07b9016526553dd7f167a986f Mon Sep 17 00:00:00 2001 From: MrYamous Date: Sat, 11 Oct 2025 14:32:38 +0200 Subject: [PATCH] chore: update contributing doc --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4328571c3..0ffbee4fd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -105,7 +105,7 @@ git checkout -b feature/my-new-feature Write your code and, when you are done, run the CS Fix: ```Shell -composer fix +composer pint:fix ``` Run tests and static analysis: