@@ -814,10 +814,7 @@ Expressions in parentheses MAY be split across multiple lines, where each
814814subsequent line is indented at least once. When doing so, the first condition
815815MUST be on the next line. The closing parenthesis and opening brace MUST be
816816placed together on their own line with one space between them. Boolean
817- operators between conditions MUST always be at the beginning or at the end of
818- the line, not a mix of both.
819-
820- For example:
817+ operators between conditions MUST always be at the beginning. For example:
821818
822819``` php
823820<?php
@@ -868,10 +865,7 @@ Expressions in parentheses MAY be split across multiple lines, where each
868865subsequent line is indented at least once. When doing so, the first condition
869866MUST be on the next line. The closing parenthesis and opening brace MUST be
870867placed together on their own line with one space between them. Boolean
871- operators between conditions MUST always be at the beginning or at the end of
872- the line, not a mix of both.
873-
874- For example:
868+ operators between conditions MUST always be at the beginning. For example:
875869
876870``` php
877871<?php
@@ -914,8 +908,7 @@ Expressions in parentheses MAY be split across multiple lines, where each
914908subsequent line is indented at least once. When doing so, the first condition
915909MUST be on the next line. The closing parenthesis and opening brace MUST be
916910placed together on their own line with one space between them. Boolean
917- operators between conditions MUST always be at the beginning or at the end of
918- the line, not a mix of both.
911+ operators between conditions MUST always be at the beginning.
919912
920913``` php
921914<?php
942935Expressions in parentheses MAY be split across multiple lines, where each
943936subsequent line is indented at least once. When doing so, the first condition
944937MUST be on the next line. Boolean operators between conditions MUST
945- always be at the beginning or at the end of the line, not a mix of both . For example:
938+ always be at the beginning. For example:
946939
947940``` php
948941<?php
0 commit comments