From 2683126690d5520377ca6b60b6dfd02afbd84330 Mon Sep 17 00:00:00 2001 From: Johan Kromhout Date: Wed, 4 Dec 2024 11:41:42 +0100 Subject: [PATCH] Update phpstan baseline --- ci/qa/phpstan-baseline.neon | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ci/qa/phpstan-baseline.neon b/ci/qa/phpstan-baseline.neon index f01b6f4f..ae3ba535 100644 --- a/ci/qa/phpstan-baseline.neon +++ b/ci/qa/phpstan-baseline.neon @@ -181,12 +181,7 @@ parameters: path: ../../dev/FileLogger.php - - message: "#^Method Surfnet\\\\Tiqr\\\\Dev\\\\FileLogger\\:\\:log\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#" - count: 1 - path: ../../dev/FileLogger.php - - - - message: "#^Parameter \\#1 \\$record of method League\\\\Csv\\\\Writer\\:\\:insertOne\\(\\) expects array\\, array\\ given\\.$#" + message: "#^Method Surfnet\\\\Tiqr\\\\Dev\\\\FileLogger\\:\\:log\\(\\) has parameter \\$message with no type specified\\.$#" count: 1 path: ../../dev/FileLogger.php