Completed
Branch master (e368a7)
by Benjamin
04:49
created
src/Commands/AllCommand.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Ben182\AutoTranslate\Commands;
4 4
 
5
-use Illuminate\Support\Arr;
6
-use Illuminate\Console\Command;
7 5
 use Ben182\AutoTranslate\AutoTranslate;
6
+use Illuminate\Console\Command;
7
+use Illuminate\Support\Arr;
8 8
 
9 9
 class AllCommand extends Command
10 10
 {
Please login to merge, or discard this patch.
src/Commands/MissingCommand.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Ben182\AutoTranslate\Commands;
4 4
 
5
-use Illuminate\Support\Arr;
6
-use Illuminate\Console\Command;
7 5
 use Ben182\AutoTranslate\AutoTranslate;
6
+use Illuminate\Console\Command;
7
+use Illuminate\Support\Arr;
8 8
 
9 9
 class MissingCommand extends Command
10 10
 {
Please login to merge, or discard this patch.