Actions
Bug #18483
closedPHP5ize class.t3lib_iconworks.php
Start date:
2008-03-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Same reasons as given in issue #18480 and #18480, that the documentation says the class is to never be instantiated, thus let us use the PHP5 capabilities to enforce this.
The patch does the following:
1) Sets class to 'final'.
2) Sets all functions to 'public static'
3) Replaces tabs between function signature and body with a space.
4) Inserts spaces around = where appropriate according to CGL.
5) Inserts a space after commas where appropriate according to CGL.
(issue imported from #M7909)
Files
No data to display
Actions