From 8168acc61e8bdb21887d940841ec7d1608b2ff28 Mon Sep 17 00:00:00 2001 From: Taner SANCAR <74910595+OncuTECH@users.noreply.github.com> Date: Tue, 3 Aug 2021 14:59:18 +0300 Subject: [PATCH] Update functions.json --- functions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.json b/functions.json index f81f537..bb0aec4 100644 --- a/functions.json +++ b/functions.json @@ -6646,7 +6646,7 @@ "text": "print_r", "type": "function", "descriptionMoreURL": "http://php.net/manual/en/function.print-r.php", - "snippet": "print_r(${2:$expression})${3}" + "snippet": "print_r(${2:$expression});${3}" }, { "text": "printf",