Actions
Bug #22782
closedViolation of naming conventions in t3lib_compressor
Start date:
2010-05-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
t3lib_compressor violates the naming conventions by starting "compressor" with a lowercase C.
When constructing class names, the part after the last underscore must start with an uppercase letter, everything in front of it serves as a namespace and must be lowercased.
(issue imported from #M14561)
Files
Actions