Actions
Task #103962
closedsuppress another phpstan error
Start date:
2024-06-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
with #99146 GeneralUtility::makeInstance received a parameter clarification for phpstan. This parameter (in effect being a string) is used to compare against it being empty. But phpstan itself insists on this comparison being always false due to the annotation, which in reality is not true.
So the error is just suppressed, along with the rest introduced with the annotation change.
Actions