Completed
Push — master ( 205cf7...842449 )
by Arnold
02:56
created
src/DateExtension.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -183,6 +183,7 @@  discard block
 block discarded – undo
183 183
      * Split duration into seconds, minutes, hours, days, weeks and years.
184 184
      * 
185 185
      * @param int $seconds
186
+     * @param integer $max
186 187
      * @return array
187 188
      */
188 189
     protected function splitDuration($seconds, $max)
@@ -228,7 +229,7 @@  discard block
 block discarded – undo
228 229
      * 
229 230
      * @param int    $seconds    Time in seconds
230 231
      * @param array  $units      Time units (seconds, minutes, hours, days, weeks, years)
231
-     * @param string $separator
232
+     * @param string $seperator
232 233
      * @return string
233 234
      */
234 235
     public function duration($seconds, $units = ['s', 'm', 'h', 'd', 'w', 'y'], $seperator = ' ')
Please login to merge, or discard this patch.