From 7913bf54cc4c982c911b7e946deb5deec8ed9e57 Mon Sep 17 00:00:00 2001 From: tokesk <44317006+tokesk@users.noreply.github.com> Date: Mon, 17 Dec 2018 04:58:56 +0100 Subject: [PATCH] Add php syntax highlighting (#25514) --- guide/english/php/array/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/guide/english/php/array/index.md b/guide/english/php/array/index.md index f7c3e15c67..0ecc6eedf3 100644 --- a/guide/english/php/array/index.md +++ b/guide/english/php/array/index.md @@ -12,12 +12,12 @@ An array is defined by array(), or []. An example of an array in each style can be seen below: -``` +```php