[TYPO3-core] Change CGL for string concatenation

Steffen Müller typo3 at t3node.com
Fri Dec 5 20:41:12 CET 2014


Am 05.12.2014 um 00:03 schrieb Frank Nägler:
> In the core we have a mix of both implementations. The dot at the beginning is clearer and can immediately recognized as a concatenation.

It's so obvious:


$foo = array(
   $bar,
   $baz .
   $buz
);

vs.

$foo = array(
   $bar,
   $baz
   . $buz
);


-- 
cheers,
Steffen

Active Contributor TYPO3 CMS

Personal Blog: http://www.t3node.com/
Twitter: @stmllr - https://twitter.com/stmllr
GitHub: https://github.com/stmllr


More information about the TYPO3-team-core mailing list