From acbba9adb2e362079ce1fb84be1868b198cc1da0 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 23 Oct 2021 13:43:24 +0200 Subject: Improved markdownlint (#3918) * Improved markdownlint * Relaxed rules slighlty * `npm run markdownlint` for automatic tests * `npm run markdownlint_fix` for automatic syntax fixing * Applied the fixes on all our Markdown files --- docs/en/developers/02_First_steps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/en/developers/02_First_steps.md') diff --git a/docs/en/developers/02_First_steps.md b/docs/en/developers/02_First_steps.md index 21456fea4..626ee84fc 100644 --- a/docs/en/developers/02_First_steps.md +++ b/docs/en/developers/02_First_steps.md @@ -208,7 +208,7 @@ Please ensure that your code works with the oldest PHP version officially suppor ## Miscellaneous -### Operators +### Operators on multiple lines Operators must be at the end of the line if a condition is split over more than one line. @@ -219,7 +219,7 @@ if ($a == 10 || } ``` -### End of file +### End of PHP file If the file contains only PHP code, the PHP closing tag must be omitted. -- cgit v1.2.3