@@ -650,7 +650,7 @@ |
||
| 650 | 650 | * - 受注ステータスが発送済に設定された場合に発送日を更新 |
| 651 | 651 | * - 受注ステータスが入金済に設定された場合に入金日を更新 |
| 652 | 652 | * |
| 653 | - * @param $app |
|
| 653 | + * @param Application $app |
|
| 654 | 654 | * @param $TargetOrder |
| 655 | 655 | * @param $OriginOrder |
| 656 | 656 | * |
@@ -4,25 +4,17 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Doctrine\Common\Collections\ArrayCollection; |
| 6 | 6 | use Eccube\Application; |
| 7 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache; |
|
| 8 | 7 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
| 9 | 8 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security; |
| 10 | 9 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
| 11 | 10 | use Symfony\Component\HttpFoundation\Request; |
| 12 | - |
|
| 13 | -use Eccube\Common\Constant; |
|
| 14 | -use Eccube\Controller\AbstractController; |
|
| 15 | 11 | use Eccube\Entity\Shipping; |
| 16 | -use Eccube\Entity\Master\CsvType; |
|
| 17 | 12 | use Eccube\Event\EccubeEvents; |
| 18 | 13 | use Eccube\Event\EventArgs; |
| 19 | -use Eccube\Form\Type\AddCartType; |
|
| 20 | -use Eccube\Form\Type\Admin\SearchOrderType; |
|
| 21 | 14 | use Eccube\Form\Type\Admin\ShippingType; |
| 22 | 15 | use Eccube\Form\Type\Admin\SearchCustomerType; |
| 23 | 16 | use Eccube\Form\Type\Admin\SearchProductType; |
| 24 | 17 | use Eccube\Form\Type\Admin\ShipmentItemType; |
| 25 | -use Symfony\Component\HttpFoundation\StreamedResponse; |
|
| 26 | 18 | |
| 27 | 19 | /** |
| 28 | 20 | * // FIXME UrlGenerator で {_admin} を認識しない問題あり |
@@ -53,6 +53,9 @@ |
||
| 53 | 53 | |
| 54 | 54 | protected $app; |
| 55 | 55 | |
| 56 | + /** |
|
| 57 | + * @param \Pimple\Container $app |
|
| 58 | + */ |
|
| 56 | 59 | public function __construct($app) |
| 57 | 60 | { |
| 58 | 61 | $this->app = $app; |
@@ -35,7 +35,6 @@ |
||
| 35 | 35 | use Symfony\Component\Form\AbstractType; |
| 36 | 36 | use Symfony\Component\Form\Extension\Core\Type\CollectionType; |
| 37 | 37 | use Symfony\Component\Form\Extension\Core\Type\EmailType; |
| 38 | -use Symfony\Component\Form\Extension\Core\Type\FormType; |
|
| 39 | 38 | use Symfony\Component\Form\Extension\Core\Type\HiddenType; |
| 40 | 39 | use Symfony\Component\Form\Extension\Core\Type\MoneyType; |
| 41 | 40 | use Symfony\Component\Form\Extension\Core\Type\TextareaType; |