Completed
Push — master ( 4bccf1...85367a )
by Peter
02:19
created
src/Rule/OnceDayRule.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     }
34 34
 
35 35
     /**
36
-     * @return int
36
+     * @return double
37 37
      */
38 38
     public function seconds()
39 39
     {
Please login to merge, or discard this patch.
src/Rule/OnceMonthRule.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     }
34 34
 
35 35
     /**
36
-     * @return int
36
+     * @return double
37 37
      */
38 38
     public function seconds()
39 39
     {
Please login to merge, or discard this patch.
src/Rule/OnceWeekRule.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     }
34 34
 
35 35
     /**
36
-     * @return int
36
+     * @return double
37 37
      */
38 38
     public function seconds()
39 39
     {
Please login to merge, or discard this patch.