@@ -211,7 +211,7 @@ |
||
| 211 | 211 | } |
| 212 | 212 | |
| 213 | 213 | /** |
| 214 | - * @param GoutteClient $client |
|
| 214 | + * @param Client $client |
|
| 215 | 215 | */ |
| 216 | 216 | public function setClient(Client $client) |
| 217 | 217 | { |
@@ -302,6 +302,9 @@ |
||
| 302 | 302 | return $service->getYql(); |
| 303 | 303 | } |
| 304 | 304 | |
| 305 | + /** |
|
| 306 | + * @param string $url |
|
| 307 | + */ |
|
| 305 | 308 | public function encodeURI($url) |
| 306 | 309 | { |
| 307 | 310 | $unescaped = array( |
@@ -74,7 +74,7 @@ |
||
| 74 | 74 | try { |
| 75 | 75 | $response = $service->callApi($errYql); |
| 76 | 76 | } catch (\Exception $e) { |
| 77 | - throw $e; |
|
| 77 | + throw $e; |
|
| 78 | 78 | } |
| 79 | 79 | } |
| 80 | 80 | |