Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach authored and github-actions[bot] committed Feb 7, 2024
1 parent 3e9ccce commit 3be8662
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Countries/Egypt.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Carbon\CarbonImmutable;
use Carbon\CarbonInterface;
use RuntimeException;
use Spatie\Holidays\Exceptions\InvalidYear;

class Egypt extends Country
Expand Down Expand Up @@ -286,7 +285,6 @@ private function getIslamicHolidayDatesForYear(array $holidayDates, int $year, s
*
* @see https://www.timeanddate.com/holidays/egypt
*/

if ($year < 2005) {
throw InvalidYear::yearTooLow(2005);
}
Expand Down

0 comments on commit 3be8662

Please sign in to comment.