fix syntax (#19789)

add missing semicolon
This commit is contained in:
Nguyen Viet
2018-10-22 23:07:34 +07:00
committed by Tom
parent 3243105681
commit 3e6feb7a38

View File

@@ -32,7 +32,7 @@ An example of this behavior can be seen below:
```
<?php
$j = 0
$j = 0;
switch ($i) {
case '2':