Actions
Bug #41938
closedRename Log Interfaces "Writer" and "Processor" to "WriterInterface" and "ProcessorInterface"
Start date:
2012-10-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When parsing the Logging API with the class parser for adding namespaces, the interfaces somehow got wrong names.
We have- "Writer" instead of "WriterInterface" in TYPO3\CMS\Core\Log\Writer and
- "Processor" instead of "ProcessorInterface" in TYPO3\CMS\Core\Log\Processor
The interfaces should be renamed (including the filename) and get adapted in all classes which implement these interfaces.
IMHO this is a RC critical bug, because it will be a breaking change in future releases.
Actions