@@ -806,10 +806,7 @@ Expressions in parentheses MAY be split across multiple lines, where each
806806subsequent line is indented at least once. When doing so, the first condition
807807MUST be on the next line. The closing parenthesis and opening brace MUST be
808808placed together on their own line with one space between them. Boolean
809- operators between conditions MUST always be at the beginning or at the end of
810- the line, not a mix of both.
811-
812- For example:
809+ operators between conditions MUST always be at the beginning. For example:
813810
814811``` php
815812<?php
@@ -860,10 +857,7 @@ Expressions in parentheses MAY be split across multiple lines, where each
860857subsequent line is indented at least once. When doing so, the first condition
861858MUST be on the next line. The closing parenthesis and opening brace MUST be
862859placed together on their own line with one space between them. Boolean
863- operators between conditions MUST always be at the beginning or at the end of
864- the line, not a mix of both.
865-
866- For example:
860+ operators between conditions MUST always be at the beginning. For example:
867861
868862``` php
869863<?php
@@ -906,8 +900,7 @@ Expressions in parentheses MAY be split across multiple lines, where each
906900subsequent line is indented at least once. When doing so, the first condition
907901MUST be on the next line. The closing parenthesis and opening brace MUST be
908902placed together on their own line with one space between them. Boolean
909- operators between conditions MUST always be at the beginning or at the end of
910- the line, not a mix of both.
903+ operators between conditions MUST always be at the beginning.
911904
912905``` php
913906<?php
934927Expressions in parentheses MAY be split across multiple lines, where each
935928subsequent line is indented at least once. When doing so, the first condition
936929MUST be on the next line. Boolean operators between conditions MUST
937- always be at the beginning or at the end of the line, not a mix of both . For example:
930+ always be at the beginning. For example:
938931
939932``` php
940933<?php
0 commit comments