Passed
Branch master (590e22)
by Alexpts
03:20
created
src/PTS/CheckJwtToken/CheckJwtToken.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -101,6 +101,9 @@
 block discarded – undo
101 101
         }
102 102
     }
103 103
 
104
+    /**
105
+     * @return string
106
+     */
104 107
     protected function getTokenFromRequest(ServerRequestInterface $request): ?string
105 108
     {
106 109
         return $request->hasHeader('Authorization')
Please login to merge, or discard this patch.