Skip to content

Commit

Permalink
update day of month in 1445
Browse files Browse the repository at this point in the history
  • Loading branch information
mbpcoder committed Jan 13, 2024
1 parent 9bcca1c commit 2bdc915
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 @@ -85,7 +85,7 @@ public function daysInMonth($year, $month)
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, 29, 30, 29, 30, 29],
1445 => [30, 30, 30, 29, 30, 29, 29, 30, 30, 29, 29, 30],
1445 => [30, 30, 30, 29, 30, 29, 29, 30, 29, 30, 29, 29],
];

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

0 comments on commit 2bdc915

Please sign in to comment.