Skip to content

Commit b2f1a44

Browse files
danny50610brettmcsvrnm
authored
Add the missing semicolon in the code example (#4405)
Co-authored-by: Brett McBride <[email protected]> Co-authored-by: svrnm <[email protected]>
1 parent 0f06979 commit b2f1a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/languages/php/instrumentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ class Dice {
404404

405405
private function rollOnce() {
406406
$result = random_int(1, 6);
407-
return $result
407+
return $result;
408408
}
409409
}
410410
```

0 commit comments

Comments
 (0)