Actions
Task #40777
closedTask #40095: Move core to namespaces
Superfluous brackets in functions after namespaces move
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
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:
- return (extension_loaded('odbc') || extension_loaded('pdo')) || extension_loaded('oci8'); + return extension_loaded('odbc') || extension_loaded('pdo') || extension_loaded('oci8');
Updated by Gerrit Code Review about 12 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14482
Updated by Christian Kuhn about 12 years ago
- Status changed from New to Resolved
- Target version set to 6.0.0-beta2
- % Done changed from 0 to 100
Updated by Michael Stucki almost 11 years ago
- Project changed from 329 to TYPO3 Core
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions