From 519193fedb9967fee849af4902ebaa0b0b96206d Mon Sep 17 00:00:00 2001 From: Thomas Vincent Date: Thu, 2 Apr 2026 20:58:13 -0700 Subject: [PATCH] fix: resolve CI failures for phpcs header spacing and phpstan baseline count Signed-off-by: Thomas Vincent --- phpstan-baseline.neon | 2 +- src/Config/Descriptions.php | 1 + src/Config/Forms/User/FeaturesForm.php | 1 + src/Export/Export.php | 1 + src/Sanitize.php | 1 + src/Types.php | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 89a7ec3958..de23b54600 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -5739,7 +5739,7 @@ parameters: - message: '#^Cannot access offset ''alias'' on mixed\.$#' identifier: offsetAccess.nonOffsetAccessible - count: 6 + count: 4 path: src/Export/Export.php - diff --git a/src/Config/Descriptions.php b/src/Config/Descriptions.php index 933602c1ae..29b6a8b573 100644 --- a/src/Config/Descriptions.php +++ b/src/Config/Descriptions.php @@ -1,4 +1,5 @@