Completed
Branch master (b425d4)
by Frédéric
06:28
created
src/helpers.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@  discard block
 block discarded – undo
19 19
     /**
20 20
      * Generate the URL for same route name but different locale
21 21
      *
22
-     * @param  string  $name
23 22
      * @param  array   $parameters
24 23
      * @param  bool    $absolute
25 24
      * @return string
@@ -32,7 +31,6 @@  discard block
 block discarded – undo
32 31
     /**
33 32
      * Generate the URL for same route name but different locale
34 33
      *
35
-     * @param  string  $locale
36 34
      * @param  array   $parameters
37 35
      * @param  bool    $absolute
38 36
      * @return string
Please login to merge, or discard this patch.
src/Middleware/SetLocale.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
      *
20 20
      * @param  \Illuminate\Http\Request  $request
21 21
      * @param  \Closure  $next
22
-     * @param  string  $role
23 22
      * @return mixed
24 23
      */
25 24
     public function handle($request, Closure $next)
Please login to merge, or discard this patch.
src/Middleware/SetSessionLocale.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
      *
20 20
      * @param  \Illuminate\Http\Request  $request
21 21
      * @param  \Closure  $next
22
-     * @param  string  $role
23 22
      * @return mixed
24 23
      */
25 24
     public function handle($request, Closure $next, $locale)
Please login to merge, or discard this patch.