Completed
Push — master ( 4d7f55...e57be4 )
by Travis
02:06
created
src/NukaCode/Users/Http/Controllers/AuthController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
      *
62 62
      * @param Registration $request
63 63
      *
64
-     * @return mixed
64
+     * @return \Illuminate\Http\RedirectResponse
65 65
      */
66 66
     public function handleRegister(Registration $request)
67 67
     {
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
     /**
85 85
      * Log the user out.
86 86
      *
87
-     * @return mixed
87
+     * @return \Illuminate\Http\RedirectResponse
88 88
      */
89 89
     public function logout()
90 90
     {
Please login to merge, or discard this patch.