Actions
Bug #92047
closedWrong return type of retrieveYamlFilesFromExtensionFolders
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2020-08-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The method retrieveYamlFilesFromExtensionFolders in TYPO3\CMS\Form\Mvc\Persistence\FormPersistenceManager hints a wrong return type. Instead of File[]
it returns string[]
.
Actions