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.
Updated by Benjamin Franzke about 4 years ago
- Related to Task #92110: Fix phpstan checkFunctionArgumentTypes errors in ext:core added
Updated by Gerrit Code Review about 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65709
Updated by Daniel Goerz about 4 years ago
- Is duplicate of Bug #92491: ServiceProviderRegistry->create must not have PackageInterface type hinted added
Updated by Daniel Goerz about 4 years ago
- Status changed from Under Review to Closed
This was fixed with #92491
Actions