Completed
Pull Request — 4.0 (#4625)
by Kentaro
04:48
created
src/Eccube/Form/Type/Admin/ProductType.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\Form\Extension\Core\Type\CollectionType;
25 25
 use Symfony\Component\Form\Extension\Core\Type\FileType;
26 26
 use Symfony\Component\Form\Extension\Core\Type\HiddenType;
27
-use Symfony\Component\Form\Extension\Core\Type\TextareaType;
28 27
 use Symfony\Component\Form\Extension\Core\Type\TextType;
28
+use Symfony\Component\Form\Extension\Core\Type\TextareaType;
29 29
 use Symfony\Component\Form\FormBuilderInterface;
30 30
 use Symfony\Component\Form\FormError;
31 31
 use Symfony\Component\Form\FormEvent;
Please login to merge, or discard this patch.
src/Eccube/Service/SchemaService.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,8 +19,8 @@
 block discarded – undo
19 19
 use Eccube\Doctrine\ORM\Mapping\Driver\NopAnnotationDriver;
20 20
 use Eccube\Doctrine\ORM\Mapping\Driver\ReloadSafeAnnotationDriver;
21 21
 use Eccube\Util\StringUtil;
22
-use Symfony\Component\Finder\Finder;
23 22
 use Symfony\Component\Filesystem\Filesystem;
23
+use Symfony\Component\Finder\Finder;
24 24
 
25 25
 class SchemaService
26 26
 {
Please login to merge, or discard this patch.