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.
13101310
13111311Multiple attributes MAY be placed in the same attribute block (`#[]`) if and only if the entire block is listed on a
13121312single 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.
13141314Those blocks may themselves contain multiple attributes provided this rule is respected.
13151315
13161316If 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 // ...
You can’t perform that action at this time.
0 commit comments