Project

General

Profile

Actions

Bug #103874

closed

Wrong type annotation for \TYPO3\CMS\Extbase\Persistence\Generic\Query::execute

Added by Sascha Egerer about 2 months ago. Updated 8 days ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Code Cleanup
Target version:
-
Start date:
2024-05-22
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

Description

`\TYPO3\CMS\Extbase\Persistence\Generic\Query::execute()` is annotated to return `\TYPO3\CMS\Extbase\Persistence\QueryResultInterface|object[]` but actually returns `\TYPO3\CMS\Extbase\Persistence\QueryResultInterface|list<array<string,mixed>>`

Actions

Also available in: Atom PDF