unneeded change fixed

This commit is contained in:
Dhwani Shah 2015-10-02 14:57:39 -05:00
parent 63793af2e9
commit 4e139ae2f5

View File

@ -101,7 +101,7 @@ $sgl_quotes
END; END;
// String concatenation is done with . // 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/). [Composer](http://getcomposer.org/).
For common standards, visit the PHP Framework Interoperability Group's 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).