Actions
Task #95901
closedWrong return type declared for PageSlugCandidateProvider::getCandidatesForPath
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Code Cleanup
Target version:
-
Start date:
2021-11-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
phpstan reports:
Method TYPO3\CMS\Core\Routing\PageSlugCandidateProvider::getCandidatesForPath() should return array<string> but returns array<int, array>.
* @return string[]
*/
public function getCandidatesForPath
should be
array<int,array<string,mixed>>
Updated by Gerrit Code Review about 3 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/+/72076
Updated by Gerrit Code Review about 3 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/+/71928
Updated by Sybille Peters about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9f23ccc8b090bfe6403b3527304b23662a5e2274.
Actions