File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1113,7 +1113,7 @@ they MUST be on separate lines with no blank lines between them.
1113
1113
1114
1114
Multiple attributes MAY be placed in the same attribute block (` #[] ` ) if and only if the entire block is listed on a
1115
1115
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.
1117
1117
Those blocks may themselves contain multiple attributes provided this rule is respected.
1118
1118
1119
1119
If an attribute's argument list is split into multiple lines for any reason, then:
@@ -1136,7 +1136,7 @@ class Demo
1136
1136
/**
1137
1137
* Sets the foo.
1138
1138
*/
1139
- #[Poink('narf'), Narf('poink')]
1139
+ #[Poink('narf'), Narf('poink')]
1140
1140
public function setFoo(#[Beep] Foo $new): void
1141
1141
{
1142
1142
// ...
You can’t perform that action at this time.
0 commit comments