Task #40774
Task #40095: Move core to namespaces
Superfluous brackets in functions after namespaces move
Status: | Resolved | Start date: | 2012-09-09 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Arvid Jakobsson | % Done: | 100% |
|
Category: | Workspaces | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.0 | Complexity: | ||
PHP Version: | Sprint Focus: |
Description
Fix issues such as:
- $response->setContent(($pageHeader . $response->getContent()) . $pageEnd); + $response->setContent($pageHeader . $response->getContent() . $pageEnd);
Related issues
Associated revisions
[TASK] Remove superfluous parenthesis
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: Id4784f2c2d61a68e6e1238623f9450c8b593a663
Resolves: #40774
Related: #40095
Releases: 6.0
Reviewed-on: http://review.typo3.org/14481
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
History
#1 Updated by Gerrit Code Review almost 3 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
#2 Updated by Gerrit Code Review almost 3 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14481
#3 Updated by Arvid Jakobsson almost 3 years ago
This issue relates to the workspace-sysext, where as #40779 refers to the version-sysext.
#4 Updated by Christian Kuhn almost 3 years ago
- Parent task set to #40095
#5 Updated by Gerrit Code Review almost 3 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14481
#6 Updated by Arvid Jakobsson almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset commit:a33af556154b7cf647f9e36a865146d9e4bf491e.
#7 Updated by Michael Stucki over 1 year ago
- Category set to Workspaces
#8 Updated by Michael Stucki over 1 year ago
- Project changed from Workspaces & Versioning to Core
- Category changed from Workspaces to Workspaces