Actions
Task #100048
closedEnsure that getFileContents returns correct type in YamlFileLoader
Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
Start date:
2023-02-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Sprint Focus:
Description
The method getFileContents in YamlFileLoader has return type string, but it has
a call to file_get_contents that can return string or false. Ensure that a string
is always returned.
Actions