From 805decd4c24631b4b6b6f5cc0bdbebb0d3d8fc6b Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Wed, 24 Jan 2024 18:18:12 +0100 Subject: [PATCH] [PHPStan] Regenerated baseline after PHPStan release --- phpstan-baseline.neon | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index eb9e29bdbd..9555356d45 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -18145,6 +18145,11 @@ parameters: count: 1 path: src/lib/Persistence/Legacy/Content/UrlAlias/Gateway/DoctrineDatabase.php + - + message: "#^Parameter \\#2 \\$callback of function array_filter expects \\(callable\\(int\\)\\: bool\\)\\|null, Closure\\(mixed\\)\\: int given\\.$#" + count: 1 + path: src/lib/Persistence/Legacy/Content/UrlAlias/Gateway/DoctrineDatabase.php + - message: "#^Variable \\$connection in PHPDoc tag @var does not match assigned variable \\$query\\.$#" count: 1