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.
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;;
Patch set 1 of change I9e587751676fee8db27226c751483c1070de935d has been pushed to the review server.
It is available at http://review.typo3.org/1932
Patch set 2 of change I9e587751676fee8db27226c751483c1070de935d has been pushed to the review server.
It is available at http://review.typo3.org/1932
Patch set 3 of change I9e587751676fee8db27226c751483c1070de935d has been pushed to the review server.
It is available at http://review.typo3.org/1932
Patch set 4 of change I9e587751676fee8db27226c751483c1070de935d has been pushed to the review server.
It is available at http://review.typo3.org/1932
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
- Target version deleted (
1081)
Also available in: Atom
PDF