Skip to content

Commit

Permalink
Remove PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnySjoblom committed Jan 18, 2024
1 parent 4e1b161 commit bafc629
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Countries/Finland.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ public function countryCode(): string
return 'fi';
}

/** @return array<string, CarbonImmutable> */
protected function allHolidays(int $year): array
{
return array_merge($this->fixedHolidays($year), $this->variableHolidays($year));
Expand Down

0 comments on commit bafc629

Please sign in to comment.