Skip to content

Commit 9f3cf1e

Browse files
authored
Update language-highlight.md
1 parent 138b989 commit 9f3cf1e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/language-highlight.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ For `prism-php.js`, it would be:
2222

2323
````
2424
```php
25-
function getAdder(int $x): int {
26-
return 123
25+
function getAdder(int $x): int
26+
{
27+
return 123;
2728
}
2829
```
2930
````

0 commit comments

Comments
 (0)