Task #40778
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: | Linkvalidator | Spent time: | - | |
Target version: | 6.0.0-beta2 | |||
TYPO3 Version: | 6.0 | Complexity: | ||
PHP Version: | 5.3 | Sprint Focus: |
Description
Fix issues such as:
- $where = ('deleted = 0 AND pid IN (' . $this->pidList) . ')'; + $where = 'deleted = 0 AND pid IN (' . $this->pidList . ')';in Classes/LinkAnalyzer.php.
Associated revisions
[TASK] Remove superfluous parenthesis.
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I90fef2823026e7c5c4048470500db4acb5276243
Resolves: #40778
Related: #40095
Releases: 6.0
Reviewed-on: http://review.typo3.org/14485
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
[TASK] Remove superfluous parenthesis.
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I90fef2823026e7c5c4048470500db4acb5276243
Resolves: #40778
Related: #40095
Releases: 6.0
Reviewed-on: http://review.typo3.org/14485
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/14485
#2 Updated by Christian Kuhn almost 3 years ago
- Parent task set to #40095
#3 Updated by Christian Kuhn almost 3 years ago
- Status changed from Under Review to Resolved
- Target version set to 6.0.0-beta2
- % Done changed from 0 to 100
- PHP Version set to 5.3
#4 Updated by Michael Stucki over 1 year ago
- Category set to Linkvalidator
#5 Updated by Michael Stucki over 1 year ago
- Project changed from Linkvalidator to Core
- Category changed from Linkvalidator to Linkvalidator