[TYPO3-core] RFC #13729: Cleanup: t3lib_div CGL Cleanup: Missing spaces around string concatenator

Steffen Kamper info at sk-typo3.de
Wed Mar 3 15:36:44 CET 2010


Hi,

you still missed spaces.

Examples:
$newFile = substr($theFile,0,-4) . '.gif';
return intval((int)$verParts[0] . 
str_pad((int)$verParts[1],3,'0',STR_PAD_LEFT) . 
str_pad((int)$verParts[2],3,'0',STR_PAD_LEFT));
$string = substr($string,0,$valueLenO) . 
self::calcParenthesis(substr($string,$valueLenO+1));

a.s.o.

vg Steffen


More information about the TYPO3-team-core mailing list