Completed
Push — master ( 462dbc...65b37a )
by Travis
02:17
created
src/NukaCode/Users/Http/Controllers/SocialAuthController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
      *
51 51
      * @param \Illuminate\Http\Request $request
52 52
      *
53
-     * @return mixed
53
+     * @return \Illuminate\Http\RedirectResponse
54 54
      */
55 55
     public function callback(Request $request)
56 56
     {
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
      *
75 75
      * @param $socialUser
76 76
      *
77
-     * @return mixed
77
+     * @return \NukaCode\Users\Models\User
78 78
      */
79 79
     private function register($socialUser)
80 80
     {
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
     /**
102 102
      * Log the user out.
103 103
      *
104
-     * @return mixed
104
+     * @return \Illuminate\Http\RedirectResponse
105 105
      */
106 106
     public function logout()
107 107
     {
Please login to merge, or discard this patch.