Completed
Push — master ( 55d0bf...bd8278 )
by Andrii
15:19
created
src/Auth/OAuth2Middleware.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -75,6 +75,9 @@
 block discarded – undo
75 75
         ]);
76 76
     }
77 77
 
78
+    /**
79
+     * @return string
80
+     */
78 81
     private function getAccessToken(ServerRequestInterface $request): ?string
79 82
     {
80 83
         $header = $request->getHeaderLine('Authorization');
Please login to merge, or discard this patch.