@@ -224,7 +224,7 @@ discard block |
||
224 | 224 | } |
225 | 225 | |
226 | 226 | /** |
227 | - * @param $keys |
|
227 | + * @param string[] $keys |
|
228 | 228 | * @param $response |
229 | 229 | */ |
230 | 230 | public function assertResponseContainKeys($keys, $response) |
@@ -352,7 +352,7 @@ discard block |
||
352 | 352 | * |
353 | 353 | * Example: you give it ('users/{id}/stores', 100) it returns 'users/100/stores' |
354 | 354 | * |
355 | - * @param $endpoint |
|
355 | + * @param string $endpoint |
|
356 | 356 | * @param $id |
357 | 357 | * @param bool $skipEncoding |
358 | 358 | * @param string $replace |