@@ -92,6 +92,7 @@ |
||
| 92 | 92 | |
| 93 | 93 | /** |
| 94 | 94 | * {@inheritdoc} |
| 95 | + * @param \Psr\Http\Message\StreamInterface $body |
|
| 95 | 96 | */ |
| 96 | 97 | protected function parseAccessToken($body) |
| 97 | 98 | { |
@@ -65,6 +65,7 @@ |
||
| 65 | 65 | |
| 66 | 66 | /** |
| 67 | 67 | * {@inheritdoc}. |
| 68 | + * @param string $state |
|
| 68 | 69 | */ |
| 69 | 70 | protected function buildAuthUrlFromBase($url, $state) |
| 70 | 71 | { |
@@ -62,6 +62,8 @@ |
||
| 62 | 62 | |
| 63 | 63 | /** |
| 64 | 64 | * {@inheritdoc}. |
| 65 | + * @param string $url |
|
| 66 | + * @param string $state |
|
| 65 | 67 | */ |
| 66 | 68 | protected function buildAuthUrlFromBase($url, $state) |
| 67 | 69 | { |