@@ -15,7 +15,7 @@ |
||
| 15 | 15 | /** |
| 16 | 16 | * Send HTTP Request to API |
| 17 | 17 | * |
| 18 | - * @param null $uri |
|
| 18 | + * @param string $uri |
|
| 19 | 19 | * @param null $arguments |
| 20 | 20 | * @param bool $async |
| 21 | 21 | * @return mixed |
@@ -77,8 +77,8 @@ |
||
| 77 | 77 | |
| 78 | 78 | /** |
| 79 | 79 | * This helper function will extract all URL ids by key. Key can be location, residence or episode |
| 80 | - * @param $key |
|
| 81 | - * @param $removeDuplicates |
|
| 80 | + * @param string $key |
|
| 81 | + * @param boolean $removeDuplicates |
|
| 82 | 82 | * @return array |
| 83 | 83 | */ |
| 84 | 84 | private function extractIdsFromResponseBasedOnKey($key, $removeDuplicates) |