From d3a6abc6531665193352258c1e98c771cbf70971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20Filipic=CC=8C?= Date: Thu, 18 Jan 2024 23:09:25 +0100 Subject: [PATCH] Method call is provided 1 parameter, but the method signature uses 0 parameters fixed --- src/Countries/Slovenia.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Countries/Slovenia.php b/src/Countries/Slovenia.php index 98e7ac848..d84fff3df 100644 --- a/src/Countries/Slovenia.php +++ b/src/Countries/Slovenia.php @@ -14,7 +14,8 @@ public function countryCode(): string /** @return array */ protected function allHolidays(int $year): array { - return array_merge([ + + return array_merge([ 'Novo leto' => '01-01', // New Year's Day 'Novo leto 2' => '01-02', // New Year's Day, yes it's a second day 'Prešernov dan, slovenski kulturni praznik' => '08-02', // Prešeren Day, Slovenian Cultural Holiday