|
@@ -66,7 +66,7 @@ discard block |
|
|
block discarded – undo |
|
66
|
66
|
* |
|
67
|
67
|
* @return string[]|null |
|
68
|
68
|
*/ |
|
69
|
|
- protected function refreshGetScope(array $parameters): ?array |
|
|
69
|
+ protected function refreshGetScope(array $parameters): ? array |
|
70
|
70
|
{ |
|
71
|
71
|
$scope = $this->refreshReadStringValue($parameters, 'scope'); |
|
72
|
72
|
|
|
@@ -79,7 +79,7 @@ discard block |
|
|
block discarded – undo |
|
79
|
79
|
* |
|
80
|
80
|
* @return ResponseInterface |
|
81
|
81
|
*/ |
|
82
|
|
- protected function refreshIssueToken(array $parameters, ?ClientInterface $determinedClient): ResponseInterface |
|
|
82
|
+ protected function refreshIssueToken(array $parameters, ?ClientInterface $determinedClient) : ResponseInterface |
|
83
|
83
|
{ |
|
84
|
84
|
if (($refreshValue = $this->refreshGetValue($parameters)) === null) { |
|
85
|
85
|
throw new OAuthTokenBodyException(OAuthTokenBodyException::ERROR_INVALID_REQUEST); |
Please login to merge, or discard this patch.