Actions
Bug #102320
closedUpdate phpstan to 1.10.41
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-11-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Updated by Gerrit Code Review about 1 year ago
- Status changed from In Progress to Under Review
Patch set 2 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/+/81690
Updated by Benjamin Franzke about 1 year ago
Redis types were updated:
https://github.com/phpstan/phpstan-src/pull/2706
See errors: https://git.typo3.org/typo3/CI/cms/-/jobs/2699940
$ Build/Scripts/runTests.sh -s phpstan -p 8.1 06:04 ------ ---------------------------------------------------------------------- Line core/Classes/Session/Backend/RedisSessionBackend.php ------ ---------------------------------------------------------------------- 152 Comparison operation ">=" between (int|Redis|false) and 1 results in an error. ------ ---------------------------------------------------------------------- [ERROR] Found 1 error
Updated by Gerrit Code Review about 1 year 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/+/81691
Updated by Andreas Fernandez about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3d167aad062b054c2739d2c5d329d779c3bcc1d7.
Actions