Skip to content

Commit

Permalink
refine Islamic holiday dates
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedmansoor committed Jan 29, 2024
1 parent 59866b0 commit 2bf03da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Countries/Maldives.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Maldives extends Country
{
use HijriCalendar;

protected $adjustmentDays = 1; // Adjustments based on moon sighting
protected int $adjustmentDays = 1; // Adjustments based on moon sighting

public function countryCode(): string
{
Expand Down Expand Up @@ -116,7 +116,7 @@ protected function getLengthOfRamadan(int $year): int
* Get the two days following an Eid day.
*
* @param CarbonImmutable $eidDay
* @return array
* @return CarbonImmutable[] Array of CarbonImmutable objects.
*/
protected function getDaysFollowingEid(CarbonImmutable $eidDay): array
{
Expand Down

0 comments on commit 2bf03da

Please sign in to comment.