diff --git a/src/Countries/Egypt.php b/src/Countries/Egypt.php index 91511d102..4154b53f4 100644 --- a/src/Countries/Egypt.php +++ b/src/Countries/Egypt.php @@ -41,8 +41,7 @@ protected function allHolidays(int $year): array /** @return array */ protected function variableHolidays(int $year): array { - return [ - // TODO: Add more holidays - ]; + // The variable holidays all follow the lunar calendar, so their dates are not confirmed. + return []; } } diff --git a/tests/.pest/snapshots/Countries/EgyptTest/it_can_calculate_egypt_holidays.snap b/tests/.pest/snapshots/Countries/EgyptTest/it_can_calculate_egypt_holidays.snap index ac24a8a48..97a3a8144 100644 --- a/tests/.pest/snapshots/Countries/EgyptTest/it_can_calculate_egypt_holidays.snap +++ b/tests/.pest/snapshots/Countries/EgyptTest/it_can_calculate_egypt_holidays.snap @@ -83,4 +83,4 @@ "name": "December Solstice", "date": "2024-12-21" } -] +] \ No newline at end of file