Actions
Task #66726
closedCheck implementation of CompilableInterface
Start date:
2015-05-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The HtmlspecialcharsViewHelper
implements renderStatic
and overwrite compile()
which make no sense, because renderStatic is called only once.
All ViewHelper should be checked if the CompilableInterface is implemented correctly.
UPDATE:
ViewHelper which implement both methods:
CommentViewHelper
HtmlspecialcharsViewHelper
Actions