Completed
Pull Request — master (#80)
by Tom
03:00
created
generator/Console/GenerateCommand.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 namespace Spatie\SchemaOrg\Generator\Console;
4 4
 
5 5
 use Spatie\SchemaOrg\Generator\Definitions;
6
-use Symfony\Component\Console\Command\Command;
7 6
 use Spatie\SchemaOrg\Generator\PackageGenerator;
8
-use Symfony\Component\Console\Input\InputOption;
7
+use Symfony\Component\Console\Command\Command;
9 8
 use Symfony\Component\Console\Input\InputInterface;
9
+use Symfony\Component\Console\Input\InputOption;
10 10
 use Symfony\Component\Console\Output\OutputInterface;
11 11
 
12 12
 class GenerateCommand extends Command
Please login to merge, or discard this patch.