Actions
Task #40536
closedFix broken references to exceptions in global namespace
Start date:
2012-09-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
With the introduction of namespaces, the references to SPL exceptions like InvalidArgumentException were not prepended with a backslash. This renders these references invalid (the class cannot be found in current namespace) and leads to warnings in most IDEs.
Updated by Gerrit Code Review about 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14292
Updated by Anonymous about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 97bbbe70ac5394641dc2f84c1e5b214bc3cac636.
Actions