Completed
Pull Request — master (#364)
by Aimeos
02:02
created
src/Aimeos/Shop/Command/ClearCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,6 @@
 block discarded – undo
10 10
 
11 11
 namespace Aimeos\Shop\Command;
12 12
 
13
-use Symfony\Component\Console\Input\InputArgument;
14
-
15 13
 
16 14
 /**
17 15
  * Command for clearing the content cache
Please login to merge, or discard this patch.
src/Aimeos/Shop/Command/JobsCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace Aimeos\Shop\Command;
12 12
 
13 13
 use Illuminate\Console\Command;
14
-use Symfony\Component\Console\Input\InputArgument;
15 14
 
16 15
 
17 16
 /**
Please login to merge, or discard this patch.