From 7edcb3005c34ecefc9e2709c23b026eb0213a82b Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Wed, 5 Nov 2025 06:04:28 -0500 Subject: [PATCH] Correct capitalization and punctuation in guidelines --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a323f5f..fdf6c35 100644 --- a/README.md +++ b/README.md @@ -288,10 +288,10 @@ Add your own Fixer / Contribute a Fixer ### Contribution guidelines -- You MUST write code in english; -- you MUST follow PSR2 and Symfony coding standard (run `composer cs` on your branch); -- you MUST run the tests (run `composer test`); -- you MUST comply to the MIT license; +- You MUST write code in English. +- you MUST follow PSR2 and Symfony coding standard (run `composer cs` on your branch). +- you MUST run the tests (run `composer test`). +- you MUST comply with the MIT license. - you SHOULD write documentation. If you add a new Fixer, please provide sources and references about the typographic rule you want to fix.