Completed
Push — master ( 2cb995...b7feec )
by Philipp
02:41
created
src/Server.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -83,8 +83,8 @@
 block discarded – undo
83 83
     }
84 84
 
85 85
     /**
86
-     * @param $request
87
-     * @return mixed|GrantInterface
86
+     * @param Request $request
87
+     * @return GrantInterface|null
88 88
      */
89 89
     private function getGrant($request)
90 90
     {
Please login to merge, or discard this patch.