Completed
Push — master ( 6fc225...0d5e2f )
by Ariel
12:07
created
src/Duration.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
      * @param string $format rounding method after we reveal the readable 
114 114
      * interval. You can use PHP_ROUND_HALF_UP and PHP_ROUND_HALF_DOWN
115 115
      *
116
-     * @return well formatted output
116
+     * @return string formatted output
117 117
      */
118 118
     public function format($format = [])
119 119
     {
@@ -154,6 +154,7 @@  discard block
 block discarded – undo
154 154
     /**
155 155
      * @param int $round_method rounding method after we reveal the readable 
156 156
      * interval. You can use PHP_ROUND_HALF_UP and PHP_ROUND_HALF_DOWN
157
+     * @param integer $result
157 158
      *
158 159
      * @return float current number of the result. if it is using $round_method,
159 160
      * it will rounded up or down
@@ -170,7 +171,7 @@  discard block
 block discarded – undo
170 171
     }
171 172
 
172 173
     /**
173
-     * @return well formatted output
174
+     * @return string formatted output
174 175
      */
175 176
     public function __toString()
176 177
     {
Please login to merge, or discard this patch.