@@ -806,10 +806,7 @@ Expressions in parentheses MAY be split across multiple lines, where each
806
806
subsequent line is indented at least once. When doing so, the first condition
807
807
MUST be on the next line. The closing parenthesis and opening brace MUST be
808
808
placed 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:
813
810
814
811
``` php
815
812
<?php
@@ -860,10 +857,7 @@ Expressions in parentheses MAY be split across multiple lines, where each
860
857
subsequent line is indented at least once. When doing so, the first condition
861
858
MUST be on the next line. The closing parenthesis and opening brace MUST be
862
859
placed 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:
867
861
868
862
``` php
869
863
<?php
@@ -906,8 +900,7 @@ Expressions in parentheses MAY be split across multiple lines, where each
906
900
subsequent line is indented at least once. When doing so, the first condition
907
901
MUST be on the next line. The closing parenthesis and opening brace MUST be
908
902
placed 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.
911
904
912
905
``` php
913
906
<?php
934
927
Expressions in parentheses MAY be split across multiple lines, where each
935
928
subsequent line is indented at least once. When doing so, the first condition
936
929
MUST 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:
938
931
939
932
``` php
940
933
<?php
0 commit comments