@@ -23,6 +23,9 @@ |
||
23 | 23 | $this->initialize(); |
24 | 24 | } |
25 | 25 | |
26 | + /** |
|
27 | + * @param string $class |
|
28 | + */ |
|
26 | 29 | protected function createRequest($class, array $parameters) |
27 | 30 | { |
28 | 31 | $this->httpClient = $this->httpClient ?: $this->getDefaultHttpClient(); |
@@ -9,7 +9,7 @@ |
||
9 | 9 | class WebAuthorizeRequest extends AbstractRequest |
10 | 10 | { |
11 | 11 | /** |
12 | - * @return boolean |
|
12 | + * @return string |
|
13 | 13 | */ |
14 | 14 | public function getMethod() |
15 | 15 | { |