Project

General

Profile

Actions

Task #26626

closed

Each PHP statement must be on a line by itself

Added by Stefano Kowalke over 13 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Should have
Category:
Miscellaneous
Target version:
-
Start date:
2011-05-05
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:

Description

There are several places where two or more statements are in one line

if (condition) do something

instead

if (condition) {
  do something
}

or just to semicolons at the end of a line

$foo = 42;;
Actions

Also available in: Atom PDF