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", 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