Completed
Push — master ( 0eb266...d5b3dc )
by f
10s
created
src/TimeSpeller.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -22,6 +22,9 @@
 block discarded – undo
22 22
     const DIRECTION = 1;
23 23
     const SEPARATE = 2;
24 24
 
25
+    /**
26
+     * @param string $unit
27
+     */
25 28
     public static function spellUnit($count, $unit) {}
26 29
 
27 30
     public static function spellInterval(DateInterval $interval, $options = 0, $limit = 0)
Please login to merge, or discard this patch.