Actions
Bug #40113
closedTask #40095: Move core to namespaces
Superfluous brackets in functions after namespaces move
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-08-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The following syntax appears in various parts of the core:
$logger->warning(((((('Instantiation of LogWriter "' . $logWriterClassName) . '" failed for logger ') . $logger->getName()) . ' (') . $e->getMessage()) . ')');
Updated by Christian Kuhn over 12 years ago
Confirmed. The new parenthesis are semantically identical with the old code, so it shouldn't break. We want to create a cleanup in this area later on.
Updated by Steffen Gebert about 12 years ago
- Status changed from New to Accepted
Updated by Arvid Jakobsson about 12 years ago
Hey people, I'm working on this one. I've got lex-pass setup to automatically fix this issue. I'm gonna start by fixing each of the sysexts, and will then move on to the core.
Updated by Thomas Maroschik about 12 years ago
- Status changed from Accepted to Closed
- % Done changed from 0 to 100
Actions