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.
Updated by Gerrit Code Review 2 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85932
Updated by Gerrit Code Review 2 months ago
Patch set 1 for branch 12.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/+/85934
Updated by Stefan Bürk 2 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e39e23f076c1df2d6766f7d26e947ebe49befea3.
Updated by Christian Kuhn 4 days ago
- Related to Task #105639: Avoid temporary phpstan exclude added
Actions