Actions
Task #104866
closedUpgrade phpstan and add ignore pattern
Start date:
2024-09-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
PHPStan released a new version which introduced a bug
and starts reporting an error if a class extends the
native PHP `\SplObjectStorage` class [1]:
Non-abstract class ... contains abstract method seek() from interface SeekableIterator.
Actions