From 54b8be94f5dd0c426bc9697e06f312cdbbb50492 Mon Sep 17 00:00:00 2001 From: Kamil Tekiela Date: Tue, 2 Jan 2024 14:19:50 +0100 Subject: [PATCH 1/2] Update psalm-baseline.xml Signed-off-by: Kamil Tekiela --- psalm-baseline.xml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/psalm-baseline.xml b/psalm-baseline.xml index 93e6d11b6..58c4093f3 100644 --- a/psalm-baseline.xml +++ b/psalm-baseline.xml @@ -1,5 +1,5 @@ - + $options @@ -93,9 +93,6 @@ $prev[0] === null - - - keyword]]]> keyword]]]> @@ -120,9 +117,6 @@ $prev[1] !== null function) && ($prev[1] !== null)]]> - - - @@ -1013,9 +1007,9 @@ - + - + ++$i !== $count ++$i !== $count @@ -1220,9 +1214,6 @@ has has - - - From a59f42cf868654c905c817a81c4b6f4052b28ee0 Mon Sep 17 00:00:00 2001 From: Kamil Tekiela Date: Tue, 2 Jan 2024 14:20:55 +0100 Subject: [PATCH 2/2] Update phpstan-baseline.neon Signed-off-by: Kamil Tekiela --- phpstan-baseline.neon | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 4a350a287..3f0d197f3 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -222,7 +222,7 @@ parameters: - message: "#^Cannot access offset 'expr' on mixed\\.$#" - count: 4 + count: 2 path: src/Components/OptionsArray.php - @@ -237,12 +237,12 @@ parameters: - message: "#^Cannot access offset 1 on mixed\\.$#" - count: 6 + count: 2 path: src/Components/OptionsArray.php - message: "#^Cannot access offset 2 on mixed\\.$#" - count: 2 + count: 1 path: src/Components/OptionsArray.php -