Completed
Push — master ( 537be5...db9ce5 )
by alexfloppy
07:34 queued 03:45
created
app/Http/Controllers/Auth/LoginController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
 
109 109
     /**
110 110
      * @param Request $request
111
-     * @param $user
111
+     * @param \Illuminate\Contracts\Auth\Authenticatable|null $user
112 112
      * @param string $token
113 113
      *
114 114
      * @return JsonResponse
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
      *   @SWG\Response(response="200", description="Return token or error message")
139 139
      * )
140 140
      *
141
-     * @return Response
141
+     * @return JsonResponse
142 142
      */
143 143
     public function logout()
144 144
     {
Please login to merge, or discard this patch.
app/Http/Controllers/Auth/RegisterController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
      *
103 103
      * @param Request $request
104 104
      *
105
-     * @return Response
105
+     * @return \Illuminate\Http\JsonResponse
106 106
      */
107 107
     public function register(Request $request)
108 108
     {
Please login to merge, or discard this patch.