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.
Updated by Daniel Goerz about 4 years ago
- Related to Task #92263: Fix phpstan checkFunctionArgumentTypes errors in ext:core DependencyInjection 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/+/66057
Updated by Gerrit Code Review about 4 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66041
Updated by Daniel Goerz about 4 years ago
- Has duplicate Task #92298: phpstan related changes to DependencyInjection caused wrong type declaration added
Updated by Daniel Goerz about 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7b002166a559716e15e0008e1f28e3f4f9d0cd98.
Actions