Actions
Task #26295
closedTYPO3 code must not use the else if construct
Start date:
2011-04-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
In several files the core (and some sysext) making use of the "else if" construct, which is forbidden according the CGL.
Solution:
Change
else ifinto
elseif
Actions