Completed
Branch develop (7688ea)
by Alexandru
05:53
created
src/Date.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,6 +173,6 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.