Completed
Pull Request — 4.0 (#4394)
by Hideki
04:44
created
src/Eccube/Command/UpdateSchemaDoctrineCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,8 +24,8 @@
 block discarded – undo
24 24
 use Symfony\Component\Console\Input\InputOption;
25 25
 use Symfony\Component\Console\Output\OutputInterface;
26 26
 use Symfony\Component\Console\Style\SymfonyStyle;
27
-use Symfony\Component\Finder\Finder;
28 27
 use Symfony\Component\Filesystem\Filesystem;
28
+use Symfony\Component\Finder\Finder;
29 29
 
30 30
 /**
31 31
  * Command to generate the SQL needed to update the database schema to match
Please login to merge, or discard this patch.