@@ -237,6 +237,7 @@ |
||
237 | 237 | * Split duration into seconds, minutes, hours, days, weeks and years. |
238 | 238 | * |
239 | 239 | * @param int $seconds |
240 | + * @param integer $max |
|
240 | 241 | * @return array |
241 | 242 | */ |
242 | 243 | protected function splitDuration($seconds, $max) |
@@ -65,7 +65,7 @@ |
||
65 | 65 | * |
66 | 66 | * @param string $value |
67 | 67 | * @param string $pattern |
68 | - * @return boolean |
|
68 | + * @return null|integer |
|
69 | 69 | */ |
70 | 70 | public function match($value, $pattern) |
71 | 71 | { |