Skip to content

Commit 56b87e0

Browse files
CrellTimWolla
andauthored
Whitespace fixes
Co-authored-by: Tim Düsterhus <timwolla@googlemail.com>
1 parent 55883fc commit 56b87e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ they MUST be on separate lines with no blank lines between them.
11131113

11141114
Multiple attributes MAY be placed in the same attribute block (`#[]`) if and only if the entire block is listed on a
11151115
single line. They must be separated by a comma with a space following but no space preceding. If the attribute list
1116-
is split into multiple lines for any reason, then the attributes MUST be placed in separate attribute blocks.
1116+
is split into multiple lines for any reason, then the attributes MUST be placed in separate attribute blocks.
11171117
Those blocks may themselves contain multiple attributes provided this rule is respected.
11181118

11191119
If an attribute's argument list is split into multiple lines for any reason, then:
@@ -1136,7 +1136,7 @@ class Demo
11361136
/**
11371137
* Sets the foo.
11381138
*/
1139-
#[Poink('narf'), Narf('poink')]
1139+
#[Poink('narf'), Narf('poink')]
11401140
public function setFoo(#[Beep] Foo $new): void
11411141
{
11421142
// ...

0 commit comments

Comments
 (0)