@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php namespace PCextreme\Cloudstack\Util; |
2 | 2 | |
3 | 3 | use InvalidArgumentException; |
4 | -use PCextreme\Cloudstack\Exception\ClientException; |
|
5 | 4 | |
6 | 5 | trait UrlHelpersTrait |
7 | 6 | { |
@@ -63,7 +63,7 @@ |
||
63 | 63 | * Return the list of options that can be passed to the HttpClient |
64 | 64 | * |
65 | 65 | * @param array $options |
66 | - * @return array |
|
66 | + * @return string[] |
|
67 | 67 | */ |
68 | 68 | protected function getAllowedClientOptions(array $options) |
69 | 69 | { |