From b6cfb706fc54f469026deaa03cc0eb7fe22c5070 Mon Sep 17 00:00:00 2001 From: Johan Kromhout Date: Wed, 4 Dec 2024 08:59:37 +0100 Subject: [PATCH 1/2] Move dependabot.yml to correct directory --- dependabot.yml => .github/dependabot.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename dependabot.yml => .github/dependabot.yml (100%) diff --git a/dependabot.yml b/.github/dependabot.yml similarity index 100% rename from dependabot.yml rename to .github/dependabot.yml From 2683126690d5520377ca6b60b6dfd02afbd84330 Mon Sep 17 00:00:00 2001 From: Johan Kromhout Date: Wed, 4 Dec 2024 11:41:42 +0100 Subject: [PATCH 2/2] 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