Skip to content

Commit 7096729

Browse files
authored
Merge pull request #103 from JesusValeraDev/master
Remove contradictory statements
2 parents 55b222d + 515f127 commit 7096729

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
@@ -814,10 +814,7 @@ Expressions in parentheses MAY be split across multiple lines, where each
814814
subsequent line is indented at least once. When doing so, the first condition
815815
MUST be on the next line. The closing parenthesis and opening brace MUST be
816816
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:
821818

822819
```php
823820
<?php
@@ -868,10 +865,7 @@ Expressions in parentheses MAY be split across multiple lines, where each
868865
subsequent line is indented at least once. When doing so, the first condition
869866
MUST be on the next line. The closing parenthesis and opening brace MUST be
870867
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:
875869

876870
```php
877871
<?php
@@ -914,8 +908,7 @@ Expressions in parentheses MAY be split across multiple lines, where each
914908
subsequent line is indented at least once. When doing so, the first condition
915909
MUST be on the next line. The closing parenthesis and opening brace MUST be
916910
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.
919912

920913
```php
921914
<?php
@@ -942,7 +935,7 @@ do {
942935
Expressions in parentheses MAY be split across multiple lines, where each
943936
subsequent line is indented at least once. When doing so, the first condition
944937
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:
946939

947940
```php
948941
<?php

0 commit comments

Comments
 (0)