We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0bfb26 commit c8baba5Copy full SHA for c8baba5
1 file changed
src/Calendars/ShiaCalendar.php
@@ -86,7 +86,7 @@ public function daysInMonth($year, $month)
86
1443 => [29, 30, 30, 29, 29, 30, 29, 30, 30, 29, 30, 29],
87
1444 => [30, 30, 29, 30, 29, 29, 30, 29, 30, 29, 30, 29],
88
1445 => [30, 30, 30, 29, 30, 29, 29, 30, 29, 30, 29, 29],
89
- 1446 => [30, 30, 30, 29, 30, 30, 29, 30, 29, 30, 29, 29],
+ 1446 => [30, 30, 30, 29, 30, 30, 29, 30, 29, 29, 29, 30]
90
];
91
92
if ($month < 1 || $month > 12) {
0 commit comments