Completed
Branch master (3e2971)
by ARCANEDEV
12:12
created
src/MissingUrlsRedirector.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
     /**
94 94
      * Get the redirector.
95 95
      *
96
-     * @param  \Arcanedev\MissingUrlsRedirector\Contracts\RedirectorProvider|mixed  $redirector
96
+     * @param  Contracts\RedirectorProvider  $redirector
97 97
      *
98 98
      * @return $this
99 99
      */
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
     /**
108 108
      * Get the redirector.
109 109
      *
110
-     * @return \Arcanedev\MissingUrlsRedirector\Contracts\RedirectorProvider|mixed
110
+     * @return Contracts\RedirectorProvider
111 111
      */
112 112
     protected function getRedirector(): RedirectorProvider
113 113
     {
Please login to merge, or discard this patch.