Skip to content

Commit 38d203c

Browse files
CrellKorvinSzanto
andauthored
Long-form braces
Co-authored-by: Korvin Szanto <[email protected]>
1 parent 70dbcc1 commit 38d203c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,9 @@ $instance = new class($a) extends \Foo implements
12051205
\Countable,
12061206
\Serializable
12071207
{
1208-
public function __construct(public int $a) {}
1208+
public function __construct(public int $a)
1209+
{
1210+
}
12091211
// Class content
12101212
};
12111213
```

0 commit comments

Comments
 (0)