Actions
Task #92298
closedphpstan related changes to DependencyInjection caused wrong type declaration
Start date:
2020-09-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
https://review.typo3.org/c/Packages/TYPO3.CMS/+/65685
In ServiceProviderRegistry::create Package argument was changed to PackageInterface,
but the method getServiveProvider() is not available on the Interface.
Package was declared as type (instead of PackageInterface) by intent.
Actions