diff --git a/src/Holidays.php b/src/Holidays.php index 44f26099..9b950737 100755 --- a/src/Holidays.php +++ b/src/Holidays.php @@ -35,7 +35,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;