Completed
Push — master ( 3165f5...14b9b2 )
by Nassif
28:21 queued 18:21
created
src/Translation/Reader.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Nikaia\TranslationSheet\Translation;
4 4
 
5
-use Illuminate\Support\Collection;
6 5
 use Illuminate\Filesystem\Filesystem;
7 6
 use Illuminate\Foundation\Application;
7
+use Illuminate\Support\Collection;
8 8
 
9 9
 class Reader
10 10
 {
Please login to merge, or discard this patch.
src/Translation/Writer.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace Nikaia\TranslationSheet\Translation;
4 4
 
5
-use Illuminate\Support\Arr;
6
-use Nikaia\TranslationSheet\Util;
7
-use Illuminate\Support\Collection;
8 5
 use Illuminate\Filesystem\Filesystem;
9 6
 use Illuminate\Foundation\Application;
10
-use Nikaia\TranslationSheet\Spreadsheet;
7
+use Illuminate\Support\Arr;
8
+use Illuminate\Support\Collection;
11 9
 use Nikaia\TranslationSheet\Commands\Output;
10
+use Nikaia\TranslationSheet\Spreadsheet;
11
+use Nikaia\TranslationSheet\Util;
12 12
 
13 13
 class Writer
14 14
 {
Please login to merge, or discard this patch.
src/TranslationSheetServiceProvider.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,12 +6,12 @@
 block discarded – undo
6 6
 use Nikaia\TranslationSheet\Client\Client;
7 7
 use Nikaia\TranslationSheet\Commands\Lock;
8 8
 use Nikaia\TranslationSheet\Commands\Open;
9
+use Nikaia\TranslationSheet\Commands\Prepare;
9 10
 use Nikaia\TranslationSheet\Commands\Pull;
10 11
 use Nikaia\TranslationSheet\Commands\Push;
11 12
 use Nikaia\TranslationSheet\Commands\Setup;
12 13
 use Nikaia\TranslationSheet\Commands\Status;
13 14
 use Nikaia\TranslationSheet\Commands\Unlock;
14
-use Nikaia\TranslationSheet\Commands\Prepare;
15 15
 
16 16
 class TranslationSheetServiceProvider extends ServiceProvider
17 17
 {
Please login to merge, or discard this patch.