Skip to content

Commit

Permalink
change 1443 month days
Browse files Browse the repository at this point in the history
  • Loading branch information
mbpcoder committed May 24, 2022
1 parent 4d4583d commit ca01619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Calendars/ShiaCalendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ public function daysInMonth($year, $month)
1440 => [30, 29, 30, 30, 30, 29, 29, 30, 29, 30, 29, 29],
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, 29, 30, 30, 29],
1444 => [30, 30, 29, 30, 29, 29, 30, 30, 29, 30, 29, 30],
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]
];

if ($month < 1 || $month > 12) {
Expand Down

0 comments on commit ca01619

Please sign in to comment.