Actions
Bug #24164
closedClass hint "mixed" always results to fatal error in t3lib_tree_Tca_DatabaseNode
Start date:
2010-11-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
function with signature:
public function setSortValue(mixed $sortValue)
always will fail, as mixed is not a correct type hint.
(issue imported from #M16513)
Actions