Skip to content

Commit 0fc022d

Browse files
committed
Add more blank lines.
1 parent d59aae4 commit 0fc022d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,13 +1357,16 @@ class Demo
13571357
#[Other, Stuff, Here]
13581358
public function complicated(
13591359
string $a,
1360+
13601361
#[Decl]
13611362
string $b,
1363+
13621364
#[Complex(
13631365
prop: 'val',
13641366
other: 5,
13651367
)]
13661368
string $c,
1369+
13671370
int $d,
13681371
): string {
13691372
// ...

0 commit comments

Comments
 (0)