Actions
Bug #37540
closedDeclaration of t3lib_file_Driver_LocalDriver::getDirectoryItemList() should be compatible
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2012-05-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.4
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
PHP Runtime Notice: Declaration of t3lib_file_Driver_LocalDriver::getDirectoryItemList() should be compatible with t3lib_file_Driver_AbstractDriver::getDirectoryItemList($path, $start, $numberOfItems, $filterMethods, $itemHandlerMethod, $itemRows = Array) in /t3lib/file/Driver/LocalDriver.php line 36
Updated by Jigal van Hemert over 12 years ago
- Category set to File Abstraction Layer (FAL)
- Status changed from New to Accepted
- Complexity set to no-brainer
The type "hint" array for $filterMethods needs to exist also in the abstract class.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11882
Updated by Anonymous over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset aa19150b55c2535eda4bd9003ea4502886f3b72f.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions