From 0895fb360f6d6275a57e8b310959e681a3e33f20 Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Tue, 12 Aug 2025 16:10:02 +0200 Subject: [PATCH] [TASK] Greenify phpstan --- Build/phpstan/phpstan-baseline.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/phpstan/phpstan-baseline.neon b/Build/phpstan/phpstan-baseline.neon index d7df627a..493c18f2 100644 --- a/Build/phpstan/phpstan-baseline.neon +++ b/Build/phpstan/phpstan-baseline.neon @@ -3,7 +3,7 @@ parameters: - message: '#^Offset 0 on non\-empty\-list\ on left side of \?\? always exists and is not nullable\.$#' identifier: nullCoalesce.offset - count: 1 + count: 2 path: ../../Classes/Composer/ComposerPackageManager.php -