Completed
Push — master ( c135a2...0049e3 )
by Neomerx
03:09
created
src/GrantTraits/RefreshGrantTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -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.