From 515f1274c57bc6532b962155d3119dc4c7f5b4c8 Mon Sep 17 00:00:00 2001 From: JesusValera Date: Wed, 16 Oct 2024 15:18:15 +0200 Subject: [PATCH] Remove contradictory statement --- spec.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/spec.md b/spec.md index 67ee55a..aa1951a 100644 --- a/spec.md +++ b/spec.md @@ -806,10 +806,7 @@ Expressions in parentheses MAY be split across multiple lines, where each subsequent line is indented at least once. When doing so, the first condition MUST be on the next line. The closing parenthesis and opening brace MUST be placed together on their own line with one space between them. Boolean -operators between conditions MUST always be at the beginning or at the end of -the line, not a mix of both. - -For example: +operators between conditions MUST always be at the beginning. For example: ```php