Actions
Task #26171
closedRemove whitespace between variablename and square bracket
Start date:
2011-04-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
In some files there is a whitespace between the variablename and the opening square bracket.
$GLOBALS ['TYPO3_CONF_VARS']['EXTCONF']['felogin']['loginFormOnSubmitFuncs'][] = 'tx_kbmd5fepw_newloginbox->loginFormOnSubmit';
See [1]
Solution:
Remove it.
[1] http://ci.typo3.org/view/TYPO3/view/Core/job/typo3-v4-core-testing/46/checkstyleResult/
Actions