Completed
Push — master ( 874ff6...d2d6f7 )
by Chin
01:11 queued 11s
created
src/Macros/RouterMacros.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -11,9 +11,6 @@
 block discarded – undo
11 11
     /**
12 12
      * Register a multilingual GET route.
13 13
      *
14
-     * @param  string  $key
15
-     * @param  mixed  $handle
16
-     * @param  array  $locales
17 14
      * @return \Closure
18 15
      */
19 16
     public function multilingual(): Closure
Please login to merge, or discard this patch.
src/Macros/RedirectorMacros.php 1 patch
Doc Comments   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -9,11 +9,7 @@
 block discarded – undo
9 9
     /**
10 10
      * Create a new redirect response to a named route.
11 11
      *
12
-     * @param  string  $route
13
-     * @param  mixed  $parameters
14
-     * @param  int  $status
15
-     * @param  array  $headers
16
-     * @return \Illuminate\Http\RedirectResponse
12
+     * @return Closure
17 13
      */
18 14
     public function localizedRoute(): Closure
19 15
     {
Please login to merge, or discard this patch.