Completed
Push — master ( 4d2480...708604 )
by Ben
02:48
created
src/Providers/DateTime.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -42,6 +42,9 @@
 block discarded – undo
42 42
         $int = CarbonInterval::seconds($value);
43 43
     }
44 44
 
45
+    /**
46
+     * @param string $format
47
+     */
45 48
     private function output($value, $format)
46 49
     {
47 50
         return $this
Please login to merge, or discard this patch.