Completed
Push — master ( 27f82a...286488 )
by Marcel
14:41
created
src/Middleware/Reauthenticate.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -32,6 +32,7 @@
 block discarded – undo
32 32
      * Handle invalidated auth.
33 33
      *
34 34
      * @param \Illuminate\Http\Request
35
+     * @param \Illuminate\Http\Request $request
35 36
      *
36 37
      * @return \Illuminate\Http\RedirectResponse
37 38
      */
Please login to merge, or discard this patch.
src/Reauthenticates.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 trait Reauthenticates
11 11
 {
12 12
     /**
13
-     * @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View
13
+     * @return \Illuminate\Contracts\View\View
14 14
      */
15 15
     public function getReauthenticate()
16 16
     {
Please login to merge, or discard this patch.