Skip to content

Commit 818bf42

Browse files
authored
Merge pull request #80 from ravage84/fix-leading-blank-line-example
Remove superfluous leading blank line in code example
2 parents 5129ea3 + 760fa1b commit 818bf42

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)