@@ -814,10 +814,7 @@ Expressions in parentheses MAY be split across multiple lines, where each
814
814
subsequent line is indented at least once. When doing so, the first condition
815
815
MUST be on the next line. The closing parenthesis and opening brace MUST be
816
816
placed 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:
821
818
822
819
``` php
823
820
<?php
@@ -868,10 +865,7 @@ Expressions in parentheses MAY be split across multiple lines, where each
868
865
subsequent line is indented at least once. When doing so, the first condition
869
866
MUST be on the next line. The closing parenthesis and opening brace MUST be
870
867
placed 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:
875
869
876
870
``` php
877
871
<?php
@@ -914,8 +908,7 @@ Expressions in parentheses MAY be split across multiple lines, where each
914
908
subsequent line is indented at least once. When doing so, the first condition
915
909
MUST be on the next line. The closing parenthesis and opening brace MUST be
916
910
placed 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.
919
912
920
913
``` php
921
914
<?php
942
935
Expressions in parentheses MAY be split across multiple lines, where each
943
936
subsequent line is indented at least once. When doing so, the first condition
944
937
MUST 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:
946
939
947
940
``` php
948
941
<?php
0 commit comments