Actions
Bug #75401
closedFaulty type hint in install tool
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-04-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The DefaultFactory::getStructure method obviously has a wrong
type hint annotated. Besides that, the type checks inside the method
are obsolete, as the types can never change after instantiation.
Actions