@@ -133,7 +133,7 @@ discard block |
||
| 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 |
||
| 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) |