Actions
Task #49745
closedNamespacing: Use-statement for common classes like GeneralUtility
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Code Cleanup
Target version:
-
Start date:
2013-07-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Make use of the "use"-statement for common classes like GeneralUtility to clean up the code and to make it more readable.
Currently this is done as part of several independent patches - which unfortunately makes some of the patches grow very large although they just affect a small portion of code.
Actions