Completed
Push — master ( c00a50...fe9181 )
by ARCANEDEV
9s
created
src/Middleware/TranslationRedirect.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
      *
52 52
      * @param  Request  $request
53 53
      *
54
-     * @return null|string
54
+     * @return null|Route
55 55
      */
56 56
     private function getTranslatedUrl(Request $request)
57 57
     {
Please login to merge, or discard this patch.
src/Utilities/LocalesManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -263,7 +263,7 @@
 block discarded – undo
263 263
      * Get localization config.
264 264
      *
265 265
      * @param  string  $name
266
-     * @param  mixed   $default
266
+     * @param  boolean   $default
267 267
      *
268 268
      * @return mixed
269 269
      */
Please login to merge, or discard this patch.