@@ -291,7 +291,7 @@ |
||
291 | 291 | /** |
292 | 292 | * A private utility method used by other public methods to process XML responses. |
293 | 293 | * |
294 | - * @param $url |
|
294 | + * @param string $url |
|
295 | 295 | * @param string $xml |
296 | 296 | * @return SimpleXMLElement |
297 | 297 | * @throws \RuntimeException |
@@ -188,7 +188,7 @@ discard block |
||
188 | 188 | } |
189 | 189 | |
190 | 190 | /** |
191 | - * @return int |
|
191 | + * @return string |
|
192 | 192 | */ |
193 | 193 | public function getCreationTime() |
194 | 194 | { |
@@ -246,7 +246,7 @@ discard block |
||
246 | 246 | } |
247 | 247 | |
248 | 248 | /** |
249 | - * @return mixed |
|
249 | + * @return boolean |
|
250 | 250 | */ |
251 | 251 | public function isRedirect() |
252 | 252 | { |