diff --git a/src/Holidays.php b/src/Holidays.php index 53617142..0964eaec 100755 --- a/src/Holidays.php +++ b/src/Holidays.php @@ -34,7 +34,7 @@ public static function has(string $country): bool return Country::find($country) !== null; } - /** @return array */ + /** @return array */ public function get(Country|string|null $country = null, ?int $year = null): array { $country ??= $this->country;