From 065cee4a2fbe3c5be5f8fd958a26524fb014dbdc Mon Sep 17 00:00:00 2001 From: Dawid Mazurek Date: Sat, 21 May 2016 09:50:15 +0200 Subject: [PATCH] Removed unnecessary interpolation Change double quotes to single quotes due to no necessity of doing interpolation here. Basic example should just show basic display of hello world, without additional feature. it also has some performance difference --- p/php.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p/php.php b/p/php.php index 87a2c265..06594b52 100644 --- a/p/php.php +++ b/p/php.php @@ -1,3 +1,3 @@