Completed
Push — master ( 3c2703...840a83 )
by Warrick
02:20
created
src/Loom/AbstractLoom.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
     /**
55 55
      * Get seconds
56 56
      *
57
-     * @return float
57
+     * @return integer
58 58
      */
59 59
     public function getSeconds()
60 60
     {
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
     /**
66 66
      * Get minutes
67 67
      *
68
-     * @return float
68
+     * @return integer
69 69
      */
70 70
     public function getMinutes()
71 71
     {
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     /**
77 77
      * Get hours
78 78
      *
79
-     * @return float
79
+     * @return integer
80 80
      */
81 81
     public function getHours()
82 82
     {
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
     /**
88 88
      * Get days
89 89
      *
90
-     * @return float
90
+     * @return integer
91 91
      */
92 92
     public function getDays()
93 93
     {
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     /**
99 99
      * Get weeks
100 100
      *
101
-     * @return float
101
+     * @return integer
102 102
      */
103 103
     public function getWeeks()
104 104
     {
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
      *
112 112
      * @param null|int $daysPerMonth
113 113
      *
114
-     * @return float
114
+     * @return integer
115 115
      */
116 116
     public function getMonths($daysPerMonth = null)
117 117
     {
Please login to merge, or discard this patch.