@@ -173,6 +173,6 @@ |
||
| 173 | 173 | */ |
| 174 | 174 | private function getDaysInMonth(Month $month, Year $year) |
| 175 | 175 | { |
| 176 | - return (int)date('t', mktime(0, 0, 0, (string) $month, 1, (string) $year)); |
|
| 176 | + return (int)date('t', mktime(0, 0, 0, (string)$month, 1, (string)$year)); |
|
| 177 | 177 | } |
| 178 | 178 | } |