1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-17 13:38:38 +01:00

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;
// 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).