diff --git a/dependabot.yml b/.github/dependabot.yml similarity index 100% rename from dependabot.yml rename to .github/dependabot.yml 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