Passed
Push — master ( 7b35eb...39d150 )
by Philippe
01:23
created
src/Services/CacheTranslationsCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Exception;
6 6
 use Illuminate\Console\Command;
7
-use Symfony\Component\Console\Helper\Table;
8
-use Symfony\Component\Console\Helper\TableSeparator;
9 7
 
10 8
 class CacheTranslationsCommand extends Command
11 9
 {
Please login to merge, or discard this patch.
src/SquantoServiceProvider.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Thinktomorrow\Squanto;
4 4
 
5
-use League\Flysystem\Filesystem;
6
-use Thinktomorrow\Squanto\Services\CachedTranslationFile;
7
-use Thinktomorrow\Squanto\Import\ImportTranslationsCommand;
8 5
 use Illuminate\Translation\TranslationServiceProvider as BaseServiceProvider;
9 6
 use League\Flysystem\Adapter\Local;
7
+use League\Flysystem\Filesystem;
8
+use Thinktomorrow\Squanto\Import\ImportTranslationsCommand;
10 9
 use Thinktomorrow\Squanto\Services\CacheTranslationsCommand;
10
+use Thinktomorrow\Squanto\Services\CachedTranslationFile;
11 11
 use Thinktomorrow\Squanto\Services\LaravelTranslationsReader;
12 12
 use Thinktomorrow\Squanto\Translators\SquantoTranslator;
13 13
 
Please login to merge, or discard this patch.
src/Translators/SquantoTranslator.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\Support\Facades\Schema;
6 6
 use Illuminate\Translation\Translator as LaravelTranslator;
7
-use Thinktomorrow\Squanto\Domain\LineKey;
8 7
 use Thinktomorrow\Squanto\Domain\PageKey;
9 8
 
10 9
 class SquantoTranslator extends LaravelTranslator implements Translator
Please login to merge, or discard this patch.