@@ -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 | { |