@@ -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(); |
@@ -19,7 +19,7 @@ |
||
19 | 19 | class WebAuthorizeRequest extends AbstractRequest |
20 | 20 | { |
21 | 21 | /** |
22 | - * @return bool |
|
22 | + * @return string |
|
23 | 23 | */ |
24 | 24 | public function getMethod() |
25 | 25 | { |