Bug #73624
closedWrong type declaration in Extension Model
100%
Description
In the Extension Model (TYPO3\CMS\Extensionmanager\Domain\Model\Extension) of the extensionmanager there is an old type declaration in the comment for $dependencies.
The comment says
/**
* @var \SplObjectStorage<Tx_Extensionmanager_Utility_Dependency>
*/
but it should be
/**
* @var \SplObjectStorage<\TYPO3\CMS\Extensionmanager\Domain\Model\Dependency>
*/
like the method addDependency requests for its parameter.
Updated by Gerrit Code Review over 8 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/46848
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46848
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46859
Updated by Wouter Wolters over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2173e532651ecdcc48ee6507a4a14a7b7437a0c6.