Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update PHPStan baseline
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed May 12, 2021
1 parent c586b4b commit 38580c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions phpstan-baseline.neon
Expand Up @@ -370,6 +370,11 @@ parameters:
count: 1
path: libraries/classes/Database/Triggers.php

-
message: "#^Comparison operation \"\\<\\=\\>\" between \\(array\\|float\\|int\\) and \\(array\\|float\\|int\\) results in an error\\.$#"
count: 1
path: libraries/classes/DatabaseInterface.php

-
message: "#^Method PhpMyAdmin\\\\DatabaseInterface\\:\\:getProtoInfo\\(\\) should return bool\\|int but returns int\\|string\\.$#"
count: 1
Expand Down Expand Up @@ -930,11 +935,6 @@ parameters:
count: 2
path: libraries/classes/Git.php

-
message: "#^Argument of an invalid type \\(array\\<int, string\\>\\|false\\) supplied for foreach, only iterables are supported\\.$#"
count: 2
path: libraries/classes/Import.php

-
message: "#^Offset int does not exist on array\\|null\\.$#"
count: 2
Expand Down

0 comments on commit 38580c9

Please sign in to comment.