From 6ac087f16b597780dedd9649eedb633359e4d13c Mon Sep 17 00:00:00 2001 From: Shahriar Rashid Mahmud Date: Mon, 15 Oct 2018 23:44:21 +0600 Subject: [PATCH] Add the text "indexed array" in example comment (#19254) --- client/src/pages/guide/english/php/array/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/pages/guide/english/php/array/index.md b/client/src/pages/guide/english/php/array/index.md index edc9a1e2b8..e23aaf7f11 100644 --- a/client/src/pages/guide/english/php/array/index.md +++ b/client/src/pages/guide/english/php/array/index.md @@ -13,6 +13,7 @@ Here is an example: ```