Project

General

Profile

Actions

Task #40774

closed

Task #40095: Move core to namespaces

Superfluous brackets in functions after namespaces move

Added by Arvid Jakobsson over 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
Workspaces
Target version:
-
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);

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Task #40779: Superfluous brackets in the version-sysext after namespaces moveClosedArvid Jakobsson2012-09-09

Actions
Related to TYPO3 Core - Bug #40113: Superfluous brackets in functions after namespaces moveClosed2012-08-24

Actions
Actions #1

Updated by Gerrit Code Review over 11 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

Actions #2

Updated by Gerrit Code Review over 11 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14481

Actions #3

Updated by Arvid Jakobsson over 11 years ago

This issue relates to the workspace-sysext, where as #40779 refers to the version-sysext.

Actions #4

Updated by Christian Kuhn over 11 years ago

  • Parent task set to #40095
Actions #5

Updated by Gerrit Code Review over 11 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14481

Actions #6

Updated by Arvid Jakobsson over 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Applied in changeset commit:a33af556154b7cf647f9e36a865146d9e4bf491e.

Actions #7

Updated by Michael Stucki over 10 years ago

  • Category set to Workspaces
Actions #8

Updated by Michael Stucki over 10 years ago

  • Project changed from 624 to TYPO3 Core
  • Category changed from Workspaces to Workspaces
Actions #9

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF