diff --git a/src/Calendars/ShiaCalendar.php b/src/Calendars/ShiaCalendar.php index 58306e8..9873bd7 100644 --- a/src/Calendars/ShiaCalendar.php +++ b/src/Calendars/ShiaCalendar.php @@ -84,7 +84,7 @@ public function daysInMonth($year, $month) 1441 => [29, 30, 29, 30, 30, 29, 30, 30, 29, 30, 29, 30], 1442 => [29, 29, 30, 29, 30, 29, 30, 30, 29, 30, 30, 29], 1443 => [29, 30, 30, 29, 29, 30, 29, 30, 30, 29, 30, 29], - 1444 => [30, 30, 29, 30, 29, 29, 30, 30, 29, 30, 29, 30] + 1444 => [30, 30, 29, 30, 29, 29, 30, 29, 30, 29, 30, 29] ]; if ($month < 1 || $month > 12) {