@@ -169,7 +169,7 @@ |
||
| 169 | 169 | /** |
| 170 | 170 | * Get the current list of available formats |
| 171 | 171 | * |
| 172 | - * @return array |
|
| 172 | + * @return string[] |
|
| 173 | 173 | */ |
| 174 | 174 | public function formats() |
| 175 | 175 | { |
@@ -42,6 +42,9 @@ |
||
| 42 | 42 | $int = CarbonInterval::seconds($value); |
| 43 | 43 | } |
| 44 | 44 | |
| 45 | + /** |
|
| 46 | + * @param string $format |
|
| 47 | + */ |
|
| 45 | 48 | private function output($value, $format) |
| 46 | 49 | { |
| 47 | 50 | return $this |