From f5858eab5c92f9b3db8f2bbc52e5f0e8ef86eef2 Mon Sep 17 00:00:00 2001 From: Jakub Mikita Date: Thu, 27 Jun 2024 13:21:51 +0200 Subject: [PATCH] chore: update phpstan baseline --- phpstan-baseline.neon | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index b08324fd..49cbece4 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -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 @@ -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\\ but returns mixed\\.$#" count: 1