Project

General

Profile

Actions

Task #98251

closed

Avoid unsolvable phpstan error for return-type mismatch

Added by Stefan Bürk almost 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-09-02
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

PHP8.1 introduced native return types to native methods
and interfaces, which crashes if they are not compatible.
As a workaround the introduced `#[\ReturnTypeWillChange]`
attribute can be used to mitigate this, which has been
used to mitigate quite some issues with it.

PHPStan has released a new version which fixes a bunch of
bugs, which detects more issues in core. These will be
addressed with the dedicated PHPStan raise patch. However,
one issue cannot be solved or added to the baseline and
must be fixed beforehand. The reason is, that phpstan also
evaluates the PHPDoc return type.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #98246: Update PHPStanRejectedOliver Klee2022-09-02

Actions
Actions

Also available in: Atom PDF