From 4e139ae2f528a08eb47427ea790bd176092e1bf0 Mon Sep 17 00:00:00 2001
From: Dhwani Shah <dshah202@gmail.com>
Date: Fri, 2 Oct 2015 14:57:39 -0500
Subject: unneeded change fixed

---
 php.html.markdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'php.html.markdown')

diff --git a/php.html.markdown b/php.html.markdown
index 1c2204fd..d4131992 100644
--- a/php.html.markdown
+++ b/php.html.markdown
@@ -101,7 +101,7 @@ $sgl_quotes
 END;
 
 // String concatenation is done with .
-echo 'This string ' . 'is concatenated'; 
+echo 'This string ' . 'is concatenated';
 
 
 /********************************
@@ -689,4 +689,4 @@ If you're coming from a language with good package management, check out
 [Composer](http://getcomposer.org/).
 
 For common standards, visit the PHP Framework Interoperability Group's
-[PSR standards](https://github.com/php-fig/fig-standards).
+[PSR standards](https://github.com/php-fig/fig-standards).
\ No newline at end of file
-- 
cgit v1.2.3