Actions
Bug #92491
closedServiceProviderRegistry->create must not have PackageInterface type hinted
Start date:
2020-10-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Description
With #92263 the type hint for ServiceProviderRegistry->create()
was changed from Package to PackageInterface which is wrong because a method is called that is not part of the interface.
Actions