Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding German holidays #8

Merged
merged 13 commits into from
Jan 25, 2024
Prev Previous commit
Next Next commit
phpstan fixing return
  • Loading branch information
arnebr committed Jan 23, 2024
commit 98bfd6efe31ab0c7197ab296db94363b23903f9d
2 changes: 1 addition & 1 deletion src/Countries/Germany.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected function variableHolidays(int $year): array
];
}

/** @return array<string, CarbonImmutable> */
/** @return array<string, CarbonImmutable|string> */
protected function regionHolidays(int $year): array
{
$easter = $this->easter($year);
Expand Down