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