@@ -48,7 +48,7 @@ |
||
| 48 | 48 | * @param $metricGroups |
| 49 | 49 | * @param array $params |
| 50 | 50 | * @param bool $async |
| 51 | - * @return mixed |
|
| 51 | + * @return Job |
|
| 52 | 52 | * @throws Errors\BadRequest |
| 53 | 53 | * @throws Errors\Forbidden |
| 54 | 54 | * @throws Errors\NotAuthorized |
@@ -82,7 +82,7 @@ |
||
| 82 | 82 | } |
| 83 | 83 | |
| 84 | 84 | /** |
| 85 | - * @param mixed $duration_in_minitues |
|
| 85 | + * @param mixed $duration_in_minutes |
|
| 86 | 86 | */ |
| 87 | 87 | public function setDurationInMinutes($duration_in_minutes) |
| 88 | 88 | { |
@@ -11,7 +11,7 @@ |
||
| 11 | 11 | const DELETED = 'deleted'; |
| 12 | 12 | const PREVIEW_URL = 'preview_url'; |
| 13 | 13 | const WITH_TOTAL_COUNT = 'with_total_count'; |
| 14 | - const DURATION_IN_MINUTES = 'duration_in_minutes'; |
|
| 14 | + const DURATION_IN_MINUTES = 'duration_in_minutes'; |
|
| 15 | 15 | const FIRST_CHOICE = 'first_choice'; |
| 16 | 16 | const SECOND_CHOICE = 'second_choice'; |
| 17 | 17 | const THIRD_CHOICE = 'third_choice'; |