From d48a9f2cb321c74e2062463a46bf4088ee8f6109 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 04:37:31 +0000 Subject: [PATCH 1/2] [TASK] Update phpstan/phpstan to v2.1.37 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpstan/phpstan | 2.1.36 | 2.1.37 | --- Tests/CGL/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CGL/composer.json b/Tests/CGL/composer.json index 788addd..a674a03 100644 --- a/Tests/CGL/composer.json +++ b/Tests/CGL/composer.json @@ -4,7 +4,7 @@ "ergebnis/composer-normalize": "2.48.2", "friendsofphp/php-cs-fixer": "3.93.0", "phpstan/extension-installer": "1.4.3", - "phpstan/phpstan": "2.1.36", + "phpstan/phpstan": "2.1.37", "phpstan/phpstan-phpunit": "2.0.12", "phpstan/phpstan-symfony": "2.0.12", "saschaegerer/phpstan-typo3": "2.1.1", From a464680e0f2e992fd26245aaab85f1ab4aae2fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Mon, 26 Jan 2026 07:47:42 +0100 Subject: [PATCH 2/2] [TASK] Regenerate PHPStan baseline --- Tests/CGL/phpstan-baseline.neon | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Tests/CGL/phpstan-baseline.neon b/Tests/CGL/phpstan-baseline.neon index 2b72868..9c1ecb0 100644 --- a/Tests/CGL/phpstan-baseline.neon +++ b/Tests/CGL/phpstan-baseline.neon @@ -1,11 +1,5 @@ parameters: ignoreErrors: - - - rawMessage: While loop condition is always true. - identifier: while.alwaysTrue - count: 1 - path: ../../Classes/Command/ListQueueCommand.php - - rawMessage: Cannot access offset 'MAIL' on mixed. identifier: offsetAccess.nonOffsetAccessible