Skip to content

Commit

Permalink
Update phpstan baseline after recent fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bakert committed Oct 8, 2024
1 parent 2e00832 commit c1d5868
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -1010,11 +1010,6 @@ parameters:
count: 4
path: gatherling/Models/Matchup.php

-
message: "#^Call to function is_null\\(\\) with string will always evaluate to false\\.$#"
count: 2
path: gatherling/Models/Matchup.php

-
message: "#^Cannot access property \\$affected_rows on mysqli_stmt\\|false\\.$#"
count: 1
Expand Down Expand Up @@ -1105,11 +1100,6 @@ parameters:
count: 2
path: gatherling/Models/Matchup.php

-
message: "#^Parameter \\#1 \\$string1 of function strcasecmp expects string, string\\|null given\\.$#"
count: 1
path: gatherling/Models/Matchup.php

-
message: "#^Parameter \\#1 \\$string1 of function strcmp expects string, string\\|null given\\.$#"
count: 2
Expand Down Expand Up @@ -2355,11 +2345,6 @@ parameters:
count: 1
path: gatherling/Views/Pages/EventForm.php

-
message: "#^Parameter \\#3 \\$options of function selectInputArgs expects array\\<string, string\\>\\|null, array\\<int\\|string, string\\> given\\.$#"
count: 1
path: gatherling/Views/Pages/EventForm.php

-
message: "#^Cannot access property \\$num_rows on bool\\|mysqli_result\\.$#"
count: 1
Expand Down Expand Up @@ -2865,21 +2850,6 @@ parameters:
count: 1
path: gatherling/deck.php

-
message: "#^Offset 'archetype' on array\\{contents\\: '', sideboard\\: '', name\\: ''\\} in isset\\(\\) does not exist\\.$#"
count: 1
path: gatherling/deck.php

-
message: "#^Offset 'desc' on array\\{contents\\: '', sideboard\\: '', name\\: '', archetype\\: ''\\} in isset\\(\\) does not exist\\.$#"
count: 1
path: gatherling/deck.php

-
message: "#^Offset 'name' on array\\{contents\\: '', sideboard\\: ''\\} in isset\\(\\) does not exist\\.$#"
count: 1
path: gatherling/deck.php

-
message: "#^Parameter \\#1 \\$datetime of function strtotime expects string, string\\|null given\\.$#"
count: 1
Expand Down Expand Up @@ -3760,11 +3730,6 @@ parameters:
count: 1
path: gatherling/seriescp.php

-
message: "#^Negated boolean expression is always false\\.$#"
count: 1
path: gatherling/seriescp.php

-
message: "#^Parameter \\#1 \\$datetime of function strtotime expects string, string\\|null given\\.$#"
count: 2
Expand Down

0 comments on commit c1d5868

Please sign in to comment.