From 900c6fa4c40c944b4fa487c77faaa1e488992284 Mon Sep 17 00:00:00 2001 From: Thomas David Baker Date: Wed, 18 Sep 2024 18:34:07 -0700 Subject: [PATCH] Update phpstan baseline after some fixes --- phpstan-baseline.neon | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 8aefaebb..7d453ccf 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -2,7 +2,7 @@ parameters: ignoreErrors: - message: "#^Undefined variable\\: \\$result$#" - count: 14 + count: 12 path: gatherling/Models/Database.php - @@ -65,16 +65,6 @@ parameters: count: 2 path: gatherling/Models/Decksearch.php - - - message: "#^PHPDoc tag @param has invalid value \\(\\[\\$color_str_input\\] Array of the input color\\)\\: Unexpected token \"\\$color_str_input\", expected type at offset 251$#" - count: 1 - path: gatherling/Models/Decksearch.php - - - - message: "#^Part \\$color_str_input \\(array\\) of encapsed string cannot be cast to string\\.$#" - count: 1 - path: gatherling/Models/Decksearch.php - - message: "#^Property Gatherling\\\\Models\\\\Decksearch\\:\\:\\$_eventname is never written, only read\\.$#" count: 1 @@ -1075,21 +1065,6 @@ parameters: count: 2 path: gatherling/seriescp.php - - - message: "#^Comparison operation \"\\>\" between \\(array\\|float\\|int\\) and 0 results in an error\\.$#" - count: 1 - path: gatherling/views/Pages/MatchList.php - - - - message: "#^Comparison operation \"\\>\" between array\\|float\\|int and 0 results in an error\\.$#" - count: 1 - path: gatherling/views/Pages/MatchList.php - - - - message: "#^Negated boolean expression is always false\\.$#" - count: 1 - path: gatherling/views/Pages/Series.php - - message: "#^PHPDoc tag @throws with type Gatherling\\\\Tests\\\\Exception is not subtype of Throwable$#" count: 1