@@ -27,7 +27,6 @@ discard block |
||
27 | 27 | use Eccube\Annotation\Inject; |
28 | 28 | use Eccube\Annotation\Component; |
29 | 29 | use Eccube\Application; |
30 | -use Eccube\Common\Constant; |
|
31 | 30 | use Eccube\Controller\AbstractController; |
32 | 31 | use Eccube\Entity\CustomerAddress; |
33 | 32 | use Eccube\Event\EccubeEvents; |
@@ -36,12 +35,10 @@ discard block |
||
36 | 35 | use Eccube\Repository\CustomerRepository; |
37 | 36 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
38 | 37 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
39 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
|
40 | 38 | use Symfony\Component\EventDispatcher\EventDispatcher; |
41 | 39 | use Symfony\Component\Form\FormFactory; |
42 | 40 | use Symfony\Component\HttpFoundation\Request; |
43 | 41 | use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
44 | -use Symfony\Component\Security\Core\Encoder\EncoderFactory; |
|
45 | 42 | use Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface; |
46 | 43 | |
47 | 44 | /** |
@@ -32,7 +32,6 @@ |
||
32 | 32 | use Eccube\Controller\AbstractController; |
33 | 33 | use Eccube\Entity\BaseInfo; |
34 | 34 | use Eccube\Entity\CustomerFavoriteProduct; |
35 | -use Eccube\Entity\Product; |
|
36 | 35 | use Eccube\Event\EccubeEvents; |
37 | 36 | use Eccube\Event\EventArgs; |
38 | 37 | use Eccube\Exception\CartException; |
@@ -392,7 +392,7 @@ |
||
392 | 392 | /** |
393 | 393 | * 会員の初回購入時間、購入時間、購入回数、購入金額を更新する |
394 | 394 | * |
395 | - * @param $app |
|
395 | + * @param \Eccube\Application $app |
|
396 | 396 | * @param Customer $Customer |
397 | 397 | * @param $orderStatusId |
398 | 398 | */ |
@@ -25,12 +25,10 @@ |
||
25 | 25 | namespace Eccube\Repository; |
26 | 26 | |
27 | 27 | use Doctrine\ORM\EntityManager; |
28 | -use Doctrine\ORM\NoResultException; |
|
29 | 28 | use Eccube\Annotation\Inject; |
30 | 29 | use Eccube\Annotation\Repository; |
31 | 30 | use Eccube\Doctrine\Query\Queries; |
32 | 31 | use Eccube\Util\Str; |
33 | -use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
|
34 | 32 | |
35 | 33 | /** |
36 | 34 | * ProductRepository |