Completed
Pull Request — master (#16)
by
unknown
01:26
created
src/Commands/RouteTranslationsListCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Contracts\Console\Kernel;
6 6
 use Illuminate\Foundation\Console\RouteListCommand;
7
-use Illuminate\Support\Facades\Config;
8 7
 use RichanFongdasen\I18n\Traits\TranslatedRouteCommandContext;
9 8
 use Symfony\Component\Console\Input\InputArgument;
10 9
 
Please login to merge, or discard this patch.
src/Traits/LoadsTranslatedCachedRoutes.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,6 @@
 block discarded – undo
48 48
      * Returns the path to the cached routes file for a given locale.
49 49
      *
50 50
      * @param string   $locale
51
-     * @param string[] $localeKeys
52 51
      * @return string
53 52
      */
54 53
     protected function makeLocaleRoutesPath($locale = null)
Please login to merge, or discard this patch.