File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1310,7 +1310,7 @@ they MUST be on separate lines with no blank lines between them.
1310
1310
1311
1311
Multiple attributes MAY be placed in the same attribute block (`#[]`) if and only if the entire block is listed on a
1312
1312
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.
1314
1314
Those blocks may themselves contain multiple attributes provided this rule is respected.
1315
1315
1316
1316
If an attribute ' s argument list is split into multiple lines for any reason, then:
@@ -1333,7 +1333,7 @@ class Demo
1333
1333
/**
1334
1334
* Sets the foo.
1335
1335
*/
1336
- #[Poink(' narf ' ), Narf(' poink ' )]
1336
+ #[Poink(' narf ' ), Narf(' poink ' )]
1337
1337
public function setFoo(#[Beep] Foo $new): void
1338
1338
{
1339
1339
// ...
You can’t perform that action at this time.
0 commit comments