Skip to content
Snippets Groups Projects
Commit 62563f5b authored by Stefan Bürk's avatar Stefan Bürk Committed by Anja Leichsenring
Browse files

[TASK] Update PHPStan and friends

This change updates phpstan and related
libraries to available maximum versions.

The new version finds one `array_filter`
usages with wrong typeing, which is fixed
along the way.

Used command(s):

> composer require --dev \
    "phpstan/phpstan":"^1.10.57" \
    "phpstan/phpdoc-parser":"^1.25.0" \
    "phpstan/phpstan-phpunit":"^1.3.15"

> Build/Scripts/runTests.sh -s phpstan

Resolves: #102920
Releases: main, 12.4
Change-Id: Iab6a0a079ff745b5bdbedf9b15a3bf9c7f83c171
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82641


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent e0c694aa
No related merge requests found
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