Completed
Pull Request — master (#57)
by ARCANEDEV
03:58
created
src/MissingPageRouter.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     }
21 21
 
22 22
     /**
23
-     * @param \Illuminate\Http\Request|mixed $request
23
+     * @param Request $request
24 24
      *
25 25
      * @return \Illuminate\Http\Response|null
26 26
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Spatie\MissingPageRedirector;
4 4
 
5 5
 use Exception;
6
-use Illuminate\Routing\Router;
7 6
 use Spatie\MissingPageRedirector\Events\RedirectNotFound;
8 7
 use Spatie\MissingPageRedirector\Helpers\RoutesTransformer;
9 8
 use Spatie\MissingPageRedirector\Redirector\Redirector;
Please login to merge, or discard this patch.