Project

General

Profile

Actions

Bug #19371

closed

Code in typo3/sysext/lang/lang.php don't match with the CGL

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

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2008-09-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Code in file typo3/sysext/lang/lang.php don't match with the Coding Guidlines.

  • Add spaces
  • changing boolean '0' to 'false'
  • changing boolean '1' to 'true'
  • remove reset() before foreach()
  • remove 'var', take public or protected instead
  • Array() -> array()
  • while(list() = each()) -> foreach()
  • global $TCA_DESCR; -> $GLOBALS['TCA_DESCR']
  • switch: remove 'break' in default case *

(issue imported from #M9416)


Files

lang.php.diff (18.1 KB) lang.php.diff Administrator Admin, 2008-09-23 22:19

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #22988: Change language::readLLfile() from protected to publicClosed2010-06-24

Actions
Actions

Also available in: Atom PDF