Actions
Task #89407
closedFix get_dirs return type annotation
Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
Start date:
2019-10-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
Right now the method can return either an array, null or an string, but only array is defined within PHPDoc.
This prevents static code analysis for further code using this method, e.g. inside extensions.
Actions