Completed
Push — master ( 0f5e6b...d874fd )
by Conrad
01:54
created
src/Controllers/AuthoriseController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -67,6 +67,9 @@
 block discarded – undo
67 67
         }
68 68
     }
69 69
 
70
+    /**
71
+     * @param string $message
72
+     */
70 73
     protected function getErrorResponse($message, $responseCode = 500)
71 74
     {
72 75
         $response = (new OAuthServerException($message, 100, 'server_error', $responseCode))
Please login to merge, or discard this patch.