Skip to content

Commit 760fa1b

Browse files
committed
Remove superfluous leading blank line in code example
#74 (comment)
1 parent 5129ea3 commit 760fa1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec.md

-1
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,6 @@ on the second line, and MUST be indented once.
11991199
The following examples show proper common usage of short closures.
12001200

12011201
```php
1202-
12031202
$func = fn(int $x, int $y): int => $x + $y;
12041203

12051204
$func = fn(int $x, int $y): int

0 commit comments

Comments
 (0)