From 7f2c00c76d161306cb09294c85c63c6b451e8030 Mon Sep 17 00:00:00 2001 From: shoxrux1996 Date: Thu, 1 Feb 2024 16:00:43 +0500 Subject: [PATCH] tests updated and verified --- src/Countries/Uzbekistan.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Countries/Uzbekistan.php b/src/Countries/Uzbekistan.php index f2d3f178d..43823f230 100644 --- a/src/Countries/Uzbekistan.php +++ b/src/Countries/Uzbekistan.php @@ -2,8 +2,6 @@ namespace Spatie\Holidays\Countries; -use Carbon\CarbonImmutable; - class Uzbekistan extends Country { /** @@ -123,6 +121,7 @@ public function countryCode(): string return 'uz'; } + /** @return array */ protected function allHolidays(int $year): array { //After gaining independence on September 1, 1991, Uzbekistan introduced a new set of public holidays. @@ -141,7 +140,7 @@ protected function allHolidays(int $year): array ], $this->variableHolidays($year)); } - /** @return array */ + /** @return array */ protected function variableHolidays(int $year): array { $holidays = [];