Actions
Task #40774
closedTask #40095: Move core to namespaces
Superfluous brackets in functions after namespaces move
Start date:
2012-09-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Fix issues such as:
- $response->setContent(($pageHeader . $response->getContent()) . $pageEnd); + $response->setContent($pageHeader . $response->getContent() . $pageEnd);
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14481
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14481
Updated by Arvid Jakobsson about 12 years ago
This issue relates to the workspace-sysext, where as #40779 refers to the version-sysext.
Updated by Gerrit Code Review about 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14481
Updated by Arvid Jakobsson about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset commit:a33af556154b7cf647f9e36a865146d9e4bf491e.
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
Actions