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