From 68bd5c4c0ec6a86e627ab0c684cc08de767680b2 Mon Sep 17 00:00:00 2001 From: Niels Vanpachtenbeke <10651054+Nielsvanpach@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:42:21 +0100 Subject: [PATCH] phpstan baseline --- phpstan-baseline.neon | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index e4475f567..6f8db1cb8 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -10,6 +10,26 @@ parameters: count: 1 path: src/Countries/Country.php + - + message: "#^Cannot call method isSunday\\(\\) on Carbon\\\\CarbonImmutable\\|false\\.$#" + count: 1 + path: src/Countries/Netherlands.php + + - + message: "#^Cannot call method subDay\\(\\) on Carbon\\\\CarbonImmutable\\|false\\.$#" + count: 1 + path: src/Countries/Netherlands.php + + - + message: "#^Method Spatie\\\\Holidays\\\\Countries\\\\Netherlands\\:\\:fixedHolidays\\(\\) should return array\\ but returns array\\\\.$#" + count: 1 + path: src/Countries/Netherlands.php + + - + message: "#^Method Spatie\\\\Holidays\\\\Countries\\\\Netherlands\\:\\:variableHolidays\\(\\) should return array\\ but returns array\\\\.$#" + count: 1 + path: src/Countries/Netherlands.php + - message: "#^Call to an undefined method Pest\\\\PendingCalls\\\\TestCall\\:\\:expect\\(\\)\\.$#" count: 1