Completed
Push — master ( e932df...8e331c )
by Ryan
11:14
created
src/Http/Middleware/VerifyCsrfToken.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      * Handle the request.
60 60
      *
61 61
      * @param \Illuminate\Http\Request $request
62
-     * @param callable                 $next
62
+     * @param Closure                 $next
63 63
      * @return \Illuminate\Http\RedirectResponse|mixed
64 64
      */
65 65
     public function handle($request, Closure $next)
Please login to merge, or discard this patch.