Skip to content

Commit 515f127

Browse files
Remove contradictory statement
1 parent 58a17b4 commit 515f127

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

spec.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -806,10 +806,7 @@ Expressions in parentheses MAY be split across multiple lines, where each
806806
subsequent line is indented at least once. When doing so, the first condition
807807
MUST be on the next line. The closing parenthesis and opening brace MUST be
808808
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:
813810

814811
```php
815812
<?php
@@ -860,10 +857,7 @@ Expressions in parentheses MAY be split across multiple lines, where each
860857
subsequent line is indented at least once. When doing so, the first condition
861858
MUST be on the next line. The closing parenthesis and opening brace MUST be
862859
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:
867861

868862
```php
869863
<?php
@@ -906,8 +900,7 @@ Expressions in parentheses MAY be split across multiple lines, where each
906900
subsequent line is indented at least once. When doing so, the first condition
907901
MUST be on the next line. The closing parenthesis and opening brace MUST be
908902
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.
911904

912905
```php
913906
<?php
@@ -934,7 +927,7 @@ do {
934927
Expressions in parentheses MAY be split across multiple lines, where each
935928
subsequent line is indented at least once. When doing so, the first condition
936929
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:
938931

939932
```php
940933
<?php

0 commit comments

Comments
 (0)