Project

General

Profile

Actions

Bug #41574

closed

Fix wrong variable type part of the namespace migration

Added by Fabien Udriot over 11 years ago. Updated over 6 years ago.

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

Also available in: Atom PDF