Completed
Branch 2.1 (3617ab)
by Adam
09:03
created
app/Http/Middleware/RedirectIfMoved.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,8 +70,8 @@
 block discarded – undo
70 70
     }
71 71
 
72 72
     /**
73
-     * @param Forum|object|string $forum
74
-     * @param Topic|object|string $topic
73
+     * @param Forum $forum
74
+     * @param Topic $topic
75 75
      * @return \Illuminate\Http\RedirectResponse
76 76
      * @throws \Exception
77 77
      */
Please login to merge, or discard this patch.
app/Http/Controllers/Auth/ResetPasswordController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      * Obsluga formularza rejestracji uzytkownika
46 46
      *
47 47
      * @param  \Illuminate\Http\Request  $request
48
-     * @return \Illuminate\Http\Response
48
+     * @return \Illuminate\Http\RedirectResponse
49 49
      */
50 50
     public function signup(Request $request)
51 51
     {
Please login to merge, or discard this patch.