Skip to content
Snippets Groups Projects
Commit e39e23f0 authored by Stefan Bürk's avatar Stefan Bürk
Browse files

[TASK] Raise "phpstan/phpstan":"^1.12.3"

PHPStan released a new version containing a bug
starting to report an error if a class extends
the native PHP `\SplObjectStorage` class [1]:

    Non-abstract class ... contains abstract method
    seek() from interface SeekableIterator.

Sadly, this is a not-ignorable error and cannot be
added to the baseline.

This change upgrades the version to the faulty version
and excludes the one file meanwhile. Not good, but the
only suitable solution for now.

Used command(s):

> Build/Scripts/runTests.sh -s composer -- \
  require --dev "phpstan/phpstan":"^1.12.3"

[1] https://github.com/phpstan/phpstan/issues/11665

Resolves: #104866
Releases: main, 12.4
Change-Id: I8241b02310e6da3cff0292d1d37c8e69862ffb9a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/85932


Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarGarvin Hicking <gh@faktor-e.de>
Reviewed-by: Stefan...
parent 96c533d8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment