Skip to content

Commit

Permalink
Update src/Countries/Bulgaria.php
Browse files Browse the repository at this point in the history
Co-authored-by: Niels Vanpachtenbeke <[email protected]>
  • Loading branch information
dyanakiev and Nielsvanpach authored Feb 13, 2024
1 parent c748ce1 commit 0f3141f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Countries/Bulgaria.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ public function countryCode(): string
return 'bg';
}

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

0 comments on commit 0f3141f

Please sign in to comment.