Task #40777
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: | DBAL | Spent time: | - | |
Target version: | 6.0.0-beta2 | |||
TYPO3 Version: | 6.0 | Complexity: | ||
PHP Version: | Sprint Focus: |
Description
Fix issues such as:
- return (extension_loaded('odbc') || extension_loaded('pdo')) || extension_loaded('oci8'); + return extension_loaded('odbc') || extension_loaded('pdo') || extension_loaded('oci8');
Related issues
Associated revisions
[TASK] Remove superfluous parenthesis.
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I7d10826a66a32af1fb3dbd462b028a5d12cfba89
Resolves: #40777
Related: #40095
Releases: 6.0
Reviewed-on: http://review.typo3.org/14482
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
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14482
#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 New to Resolved
- Target version set to 6.0.0-beta2
- % Done changed from 0 to 100
#4 Updated by Michael Stucki over 1 year ago
- Project changed from DBAL to Core
#5 Updated by Michael Stucki over 1 year ago
- Category set to DBAL