mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 15:43:58 +00:00
unneeded change fixed
This commit is contained in:
parent
63793af2e9
commit
4e139ae2f5
@ -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).
|
Loading…
Reference in New Issue
Block a user