Project

General

Profile

Actions

Task #26295

closed

TYPO3 code must not use the else if construct

Added by Stefano Kowalke about 13 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Miscellaneous
Target version:
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 if
into
elseif

Actions #1

Updated by Mr. Hudson about 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

Actions #2

Updated by Stefano Kowalke about 13 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF