Test Failed
Pull Request — master (#14)
by
unknown
07:58
created
src/Service/Auth/Authenticate/SocialAuthenticate.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      *
60 60
      * @param Request $request Cake request object.
61 61
      * @param Response $response Cake response object.
62
-     * @return mixed
62
+     * @return boolean
63 63
      */
64 64
     public function authenticate(Request $request, Response $response)
65 65
     {
Please login to merge, or discard this patch.
src/Service/Auth/Authenticate/TokenAuthenticate.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      *
47 47
      * @param Request $request Cake request object.
48 48
      * @param Response $response Cake response object.
49
-     * @return mixed
49
+     * @return boolean
50 50
      */
51 51
     public function authenticate(Request $request, Response $response)
52 52
     {
Please login to merge, or discard this patch.