Completed
Pull Request — master (#420)
by
unknown
01:33
created
src/app/Http/Controllers/Auth/LoginController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      * The user has logged out of the application.
67 67
      *
68 68
      * @param \Illuminate\Http\Request $request
69
-     * @return mixed
69
+     * @return \Illuminate\Http\RedirectResponse
70 70
      */
71 71
     protected function loggedOut(Request $request)
72 72
     {
Please login to merge, or discard this patch.