Passed
Push — main ( 4e275b...9075cf )
by Sammy
15:46 queued 11:15
created
Dato.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
     public static function last_date($year, $month, $format = null)
75 75
     {
76 76
         $format = $format ?? self::FORMAT;
77
-        return date_format(new \DateTime("$year-$month-" . self::last_day($year, $month)), $format);
77
+        return date_format(new \DateTime("$year-$month-".self::last_day($year, $month)), $format);
78 78
     }
79 79
 
80 80
     public static function last_day($year, $month)
Please login to merge, or discard this patch.