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 Mar 22, 2024
1 parent af20753 commit 04e8299
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions src/Countries/Bahrain.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace Spatie\Holidays\Countries;

use Carbon\CarbonInterface;
use Carbon\CarbonPeriod;
use Spatie\Holidays\Calendars\IslamicCalendar;
use Spatie\Holidays\Concerns\Translatable;
use Spatie\Holidays\Contracts\HasTranslations;
Expand Down
3 changes: 1 addition & 2 deletions src/Countries/Country.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ protected function convertPeriods(
$eve = $period->first()?->subDay();

if ($eve && $eve->year === $year) {
$allDays[$name . ' Eve'] = $eve->toImmutable();
$allDays[$name.' Eve'] = $eve->toImmutable();
}
}

Expand All @@ -166,5 +166,4 @@ protected function convertPeriods(

return $allDays;
}

}
2 changes: 0 additions & 2 deletions src/Countries/Turkey.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace Spatie\Holidays\Countries;

use Carbon\CarbonImmutable;
use Carbon\CarbonPeriod;
use Spatie\Holidays\Calendars\IslamicCalendar;
use Spatie\Holidays\Concerns\Translatable;
use Spatie\Holidays\Contracts\HasTranslations;
Expand Down

0 comments on commit 04e8299

Please sign in to comment.