@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | use Codeception\Util\Fixtures; |
4 | -use Page\Front\CartPage; |
|
5 | 4 | use Page\Front\ProductDetailPage; |
6 | 5 | use Page\Front\ProductListPage; |
7 | 6 | use Page\Front\TopPage; |
@@ -15,8 +15,8 @@ |
||
15 | 15 | |
16 | 16 | use Doctrine\ORM\EntityManagerInterface; |
17 | 17 | use Eccube\Entity\BaseInfo; |
18 | -use Eccube\Entity\ItemHolderInterface; |
|
19 | 18 | use Eccube\Entity\BaseInfoRepository; |
19 | +use Eccube\Entity\ItemHolderInterface; |
|
20 | 20 | use Eccube\Service\PurchaseFlow\ItemHolderProcessor; |
21 | 21 | use Eccube\Service\PurchaseFlow\ProcessResult; |
22 | 22 | use Eccube\Service\PurchaseFlow\PurchaseContext; |
@@ -128,7 +128,7 @@ |
||
128 | 128 | } |
129 | 129 | |
130 | 130 | /** |
131 | - * @param $Carts |
|
131 | + * @param Cart[] $Carts |
|
132 | 132 | * |
133 | 133 | * @return \Symfony\Component\HttpFoundation\RedirectResponse |
134 | 134 | */ |
@@ -389,7 +389,6 @@ discard block |
||
389 | 389 | } |
390 | 390 | |
391 | 391 | /** |
392 | - * @param \Doctrine\ORM\EntityManagerInterface $em |
|
393 | 392 | * @param array $excludes |
394 | 393 | * |
395 | 394 | * @return null|Request |
@@ -422,8 +421,8 @@ discard block |
||
422 | 421 | } |
423 | 422 | |
424 | 423 | /** |
425 | - * @param $dateTime |
|
426 | - * @return array|mixed |
|
424 | + * @param \DateTime $dateTime |
|
425 | + * @return null|Request |
|
427 | 426 | * @throws \Doctrine\ORM\NonUniqueResultException |
428 | 427 | */ |
429 | 428 | private function getSalesByDay($dateTime) |
@@ -458,8 +457,8 @@ discard block |
||
458 | 457 | } |
459 | 458 | |
460 | 459 | /** |
461 | - * @param $dateTime |
|
462 | - * @return array|mixed |
|
460 | + * @param \DateTime $dateTime |
|
461 | + * @return null|Request |
|
463 | 462 | * @throws \Doctrine\ORM\NonUniqueResultException |
464 | 463 | */ |
465 | 464 | private function getSalesByMonth($dateTime) |
@@ -496,7 +495,7 @@ discard block |
||
496 | 495 | /** |
497 | 496 | * 在庫切れ商品数を取得 |
498 | 497 | * |
499 | - * @return mixed |
|
498 | + * @return null|Request |
|
500 | 499 | * |
501 | 500 | * @throws \Doctrine\ORM\NonUniqueResultException |
502 | 501 | */ |
@@ -514,7 +513,7 @@ discard block |
||
514 | 513 | /** |
515 | 514 | * 商品数を取得 |
516 | 515 | * |
517 | - * @return mixed |
|
516 | + * @return null|Request |
|
518 | 517 | * |
519 | 518 | * @throws \Doctrine\ORM\NonUniqueResultException |
520 | 519 | */ |
@@ -531,7 +530,7 @@ discard block |
||
531 | 530 | /** |
532 | 531 | * 本会員数を取得 |
533 | 532 | * |
534 | - * @return mixed |
|
533 | + * @return null|Request |
|
535 | 534 | * |
536 | 535 | * @throws \Doctrine\ORM\NonUniqueResultException |
537 | 536 | */ |
@@ -550,7 +549,7 @@ discard block |
||
550 | 549 | * |
551 | 550 | * @param Carbon $fromDate |
552 | 551 | * @param Carbon $toDate |
553 | - * @param $format |
|
552 | + * @param string $format |
|
554 | 553 | * |
555 | 554 | * @return array |
556 | 555 | */ |