Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
vlltr committed Jan 18, 2024
1 parent 8c65428 commit 93b6b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Countries/ElSalvador.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ protected function allHolidays(int $year): array
], $this->variableHolidays($year));
}

/** @return array<string, CarbonImmutable*/
/** @return array<string, CarbonImmutable> */
protected function variableHolidays(int $year): array
{
$easter = CarbonImmutable::createFromTimestamp(easter_date($year))
Expand Down

0 comments on commit 93b6b16

Please sign in to comment.