Skip to content

Commit

Permalink
update months day in 1444
Browse files Browse the repository at this point in the history
  • Loading branch information
mbpcoder committed Feb 25, 2023
1 parent d0eb098 commit 5b75fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Calendars/ShiaCalendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5b75fee

Please sign in to comment.