From 3e6feb7a38b8d6a441c6a726f272a19863ecc3b9 Mon Sep 17 00:00:00 2001 From: Nguyen Viet Date: Mon, 22 Oct 2018 23:07:34 +0700 Subject: [PATCH] fix syntax (#19789) add missing semicolon --- guide/english/php/switch/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/php/switch/index.md b/guide/english/php/switch/index.md index a7d9be04ca..70e3691999 100644 --- a/guide/english/php/switch/index.md +++ b/guide/english/php/switch/index.md @@ -32,7 +32,7 @@ An example of this behavior can be seen below: ```