Skip to content

Commit

Permalink
🔨 fix: 2081 Month Days Fix.
Browse files Browse the repository at this point in the history
- Thanks to @novaprime-code for the issue identification.
- Fixes #11.
  • Loading branch information
anuzpandey committed May 9, 2024
1 parent 2186e73 commit b5d4070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/CalendarDateDataTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ trait CalendarDateDataTrait
78 => [2078, 31, 31, 31, 32, 31, 31, 30, 29, 30, 29, 30, 30],
79 => [2079, 31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30],
80 => [2080, 31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 30],
81 => [2081, 31, 31, 32, 32, 31, 30, 30, 30, 29, 30, 30, 30],
81 => [2081, 31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31],
82 => [2082, 30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30],
83 => [2083, 31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30],
84 => [2084, 31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30],
Expand Down

0 comments on commit b5d4070

Please sign in to comment.