summaryrefslogtreecommitdiffhomepage
path: root/php.html.markdown
diff options
context:
space:
mode:
authorDhwani Shah <dshah202@gmail.com>2015-10-02 14:57:39 -0500
committerDhwani Shah <dshah202@gmail.com>2015-10-02 14:57:39 -0500
commit4e139ae2f528a08eb47427ea790bd176092e1bf0 (patch)
treed7248e9ee6afd3be0b26ee4ebd364da69c44c655 /php.html.markdown
parent63793af2e955f8a8abe698c4a70809cfbff63452 (diff)
unneeded change fixed
Diffstat (limited to 'php.html.markdown')
-rw-r--r--php.html.markdown4
1 files changed, 2 insertions, 2 deletions
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