diff --git a/guide/english/php/while/index.md b/guide/english/php/while/index.md index bff81e49a7..eb361c720b 100644 --- a/guide/english/php/while/index.md +++ b/guide/english/php/while/index.md @@ -6,6 +6,7 @@ A `while` loop executes statements within the loop as long as the loops conditio ### Syntax: ```php +