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 #1

Updated by Gerrit Code Review over 11 years ago

  • Status changed from New to Under Review

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15253

Actions #2

Updated by Fabien Udriot over 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF