Skip to content

Commit b7ab5ab

Browse files
CrellTimWolla
andcommitted
Whitespace fixes
Co-authored-by: Tim Düsterhus <timwolla@googlemail.com>
1 parent f15e94e commit b7ab5ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ they MUST be on separate lines with no blank lines between them.
13101310

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

13161316
If an attribute's argument list is split into multiple lines for any reason, then:
@@ -1333,7 +1333,7 @@ class Demo
13331333
/**
13341334
* Sets the foo.
13351335
*/
1336-
#[Poink('narf'), Narf('poink')]
1336+
#[Poink('narf'), Narf('poink')]
13371337
public function setFoo(#[Beep] Foo $new): void
13381338
{
13391339
// ...

0 commit comments

Comments
 (0)