Completed
Push — master ( c583a3...73a39b )
by Neomerx
11:33
created
src/Exceptions/OAuthRedirectException.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
     /**
169 169
      * @return string|null
170 170
      */
171
-    public function getErrorUri(): ?string
171
+    public function getErrorUri(): ? string
172 172
     {
173 173
         return $this->errorUri;
174 174
     }
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
     /**
177 177
      * @return null|string
178 178
      */
179
-    public function getState(): ?string
179
+    public function getState(): ? string
180 180
     {
181 181
         return $this->state;
182 182
     }
Please login to merge, or discard this patch.