Completed
Push — master ( 75299b...657c37 )
by Arnold
02:58
created
src/DateExtension.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
      * @param int|string $datetype
134 134
      * @param int|string $timetype
135 135
      * @param int        $calendar
136
-     * @return string
136
+     * @return \IntlDateFormatter
137 137
      */
138 138
     protected function getDatePatternFormatter($datetype, $timetype, $calendar = \IntlDateFormatter::GREGORIAN)
139 139
     {
@@ -243,6 +243,7 @@  discard block
 block discarded – undo
243 243
      * Split duration into seconds, minutes, hours, days, weeks and years.
244 244
      * 
245 245
      * @param int $seconds
246
+     * @param integer $max
246 247
      * @return array
247 248
      */
248 249
     protected function splitDuration($seconds, $max)
Please login to merge, or discard this patch.