Actions
Bug #41574
closedFix wrong variable type part of the namespace migration
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2012-10-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
There is a missing converted class name in class typo3/sysext/core/Classes/Resource/ResourceFactory.php
# forgotten class name... @var t3lib_file_AbstractCollection[] # ... to be changed to: @var \TYPO3\CMS\Core\Resource\Collection\AbstractFileCollection[]
Actions