@@ -36,8 +36,8 @@ |
||
36 | 36 | use Symfony\Component\Form\FormEvents; |
37 | 37 | use Symfony\Component\Form\FormInterface; |
38 | 38 | use Symfony\Component\OptionsResolver\OptionsResolver; |
39 | -use Symfony\Component\Validator\Constraints as Assert; |
|
40 | 39 | use Symfony\Component\Validator\ConstraintViolationListInterface; |
40 | +use Symfony\Component\Validator\Constraints as Assert; |
|
41 | 41 | use Symfony\Component\Validator\Validator\ValidatorInterface; |
42 | 42 | |
43 | 43 | class OrderItemType extends AbstractType |
@@ -14,7 +14,6 @@ |
||
14 | 14 | namespace Eccube\Controller\Admin\Order; |
15 | 15 | |
16 | 16 | use Doctrine\Common\Collections\ArrayCollection; |
17 | -use Doctrine\Common\Collections\Criteria; |
|
18 | 17 | use Eccube\Controller\AbstractController; |
19 | 18 | use Eccube\Entity\Master\CustomerStatus; |
20 | 19 | use Eccube\Entity\Master\OrderItemType; |
@@ -33,8 +33,8 @@ |
||
33 | 33 | use Eccube\Service\PurchaseFlow\PurchaseFlow; |
34 | 34 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
35 | 35 | use Symfony\Component\Form\FormInterface; |
36 | -use Symfony\Component\HttpFoundation\Response; |
|
37 | 36 | use Symfony\Component\HttpFoundation\Request; |
37 | +use Symfony\Component\HttpFoundation\Response; |
|
38 | 38 | use Symfony\Component\Routing\Annotation\Route; |
39 | 39 | use Symfony\Component\Routing\RouterInterface; |
40 | 40 | use Symfony\Component\Security\Http\Authentication\AuthenticationUtils; |
@@ -24,8 +24,8 @@ |
||
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; |
@@ -13,6 +13,8 @@ discard block |
||
13 | 13 | |
14 | 14 | namespace Eccube\Form\Type\Admin; |
15 | 15 | |
16 | +use Doctrine\ORM\EntityManagerInterface; |
|
17 | +use Eccube\Entity\ClassCategory; |
|
16 | 18 | use Eccube\Form\DataTransformer; |
17 | 19 | use Eccube\Form\Type\Master\DeliveryDurationType; |
18 | 20 | use Eccube\Form\Type\Master\SaleTypeType; |
@@ -27,8 +29,6 @@ discard block |
||
27 | 29 | use Symfony\Component\Form\FormEvents; |
28 | 30 | use Symfony\Component\OptionsResolver\OptionsResolver; |
29 | 31 | use Symfony\Component\Validator\Constraints as Assert; |
30 | -use Doctrine\ORM\EntityManagerInterface; |
|
31 | -use Eccube\Entity\ClassCategory; |
|
32 | 32 | |
33 | 33 | class ProductClassType extends AbstractType |
34 | 34 | { |