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/
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I30ef7ff173b91a14f8562c094ed071917a4918cb has been pushed to the review server.
It is available at http://review.typo3.org/1693
Updated by Stefano Kowalke over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 38c50483480affdbf43ba180fa45f8e76260d520.
Actions