Skip to content
Snippets Groups Projects
Commit 528132a4 authored by Andreas Kienast's avatar Andreas Kienast
Browse files

[BUGFIX] Update `phpstan/phpstan` to 1.10.41

This commit updates `phpstan/phpstan` to the latest version and fixes
one issue within `RedisSessionBackend` where the Redis API claims to
return a `\Redis` object when calling `->del()`. This indicates a usage
of multi mode, where the delete state cannot get determined.
Also, multi mode is not supported by our session backend, therefore we
handle this case as "not successful" now.

Executed command:

    composer require --dev phpstan/phpstan:^1.10.41 -W

Resolves: #102320
Releases: main, 12.4
Change-Id: I6f4edb746c6e23d92d5147cc7c711d8da0309f0f
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81691


Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
Tested-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
parent 0ab65a4b
Branches
Tags
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