Skip to content

Conversation

@d-s-codappix
Copy link
Contributor

The request is always an instance of ServerRequestInterface, but not always an instance of TYPO3\CMS\Core\Http\ServerRequest, e.g. within Extbase.

That's why we loose the return type to the actual interface.

Resolves: #360

The request is always an instance of `ServerRequestInterface`, but not
always an instance of `TYPO3\CMS\Core\Http\ServerRequest`, e.g. within
Extbase.

That's why we loose the return type to the actual interface.

Resolves: clickstorm#360
@sabbelasichon
Copy link

We have the same error in one of our projects. I would appreciate if you could fix this.

@mhirdes mhirdes merged commit b3ba754 into clickstorm:main Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Return type too strict

3 participants