Skip to content

Commit

Permalink
fix: removed buggy line
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilN8 committed Jan 18, 2024
1 parent f808b19 commit c59de3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Countries/Kenya.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ public function countryCode(): string
return 'ke';
}

/** @return array<string, CarbonImmutable|string> */
protected function allHolidays(int $year): array
{
return array_merge([
Expand Down

0 comments on commit c59de3b

Please sign in to comment.