Skip to content

Commit

Permalink
Update phpstan baseline after some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bakert committed Sep 19, 2024
1 parent 0e66a50 commit 900c6fa
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
ignoreErrors:
-
message: "#^Undefined variable\\: \\$result$#"
count: 14
count: 12
path: gatherling/Models/Database.php

-
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 900c6fa

Please sign in to comment.