Skip to content

Commit

Permalink
chore: update phpstan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmikita committed Jun 27, 2024
1 parent 4fbb656 commit 8147684
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ parameters:
path: src/Admin/ImportExport.php

-
message: "#^Parameter \\#2 \\$length of function fread expects int\\<0, max\\>, int\\<0, max\\>\\|false given\\.$#"
message: "#^Parameter \\#2 \\$length of function fread expects int\\<1, max\\>, int\\<0, max\\>\\|false given\\.$#"
count: 1
path: src/Admin/ImportExport.php

Expand Down Expand Up @@ -1050,6 +1050,11 @@ parameters:
count: 1
path: src/Core/Upgrade.php

-
message: "#^Cannot access offset mixed on mixed\\.$#"
count: 2
path: src/Database/NotificationDatabaseService.php

-
message: "#^Method BracketSpace\\\\Notification\\\\Database\\\\Queries\\\\UserQueries\\:\\:all\\(\\) should return array\\<int, array\\{ID\\: string, user_email\\: string, display_name\\: string\\}\\> but returns mixed\\.$#"
count: 1
Expand Down

0 comments on commit 8147684

Please sign in to comment.