@@ -119,16 +119,16 @@ |
||
| 119 | 119 | } |
| 120 | 120 | |
| 121 | 121 | /** |
| 122 | - * {@inheritDoc} |
|
| 123 | - */ |
|
| 122 | + * {@inheritDoc} |
|
| 123 | + */ |
|
| 124 | 124 | public function getTokenCredentialsUrl() |
| 125 | 125 | { |
| 126 | 126 | return $this->config->getTokenCredentialsUrl(); |
| 127 | 127 | } |
| 128 | 128 | |
| 129 | 129 | /** |
| 130 | - * {@inheritDoc} |
|
| 131 | - */ |
|
| 130 | + * {@inheritDoc} |
|
| 131 | + */ |
|
| 132 | 132 | public function getTokenCredentialsAuthorizationHeader(TemporaryCredentials $temporaryCredentials, $verificationCode) |
| 133 | 133 | { |
| 134 | 134 | $parameters = $this->getBaseProtocolParameters(); |
@@ -198,7 +198,7 @@ |
||
| 198 | 198 | /** |
| 199 | 199 | * Parse and build the given URI. |
| 200 | 200 | * |
| 201 | - * @param \Psr\Http\Message\UriInterface|string $uri |
|
| 201 | + * @param UriInterface|null $uri |
|
| 202 | 202 | * @return \Psr\Http\Message\UriInterface |
| 203 | 203 | */ |
| 204 | 204 | public function build($uri) |
@@ -26,7 +26,6 @@ |
||
| 26 | 26 | * Resolve the URI against the base URI. |
| 27 | 27 | * |
| 28 | 28 | * @param \Psr\Http\Message\UriInterface $baseUri |
| 29 | - * @param \Psr\Http\Message\UriInterface $relativeUri |
|
| 30 | 29 | * @return \Psr\Http\Message\UriInterface |
| 31 | 30 | */ |
| 32 | 31 | public function resolve(UriInterface $baseUri, UriInterface $uri); |