@@ -603,6 +603,9 @@ discard block |
||
| 603 | 603 | /** |
| 604 | 604 | * 登録、更新時のエラー画面表示 |
| 605 | 605 | * |
| 606 | + * @param Application $app |
|
| 607 | + * @param boolean $not_product_class |
|
| 608 | + * @param \Symfony\Component\Form\FormInterface $classForm |
|
| 606 | 609 | */ |
| 607 | 610 | protected function render($app, $Product, $ProductClass, $not_product_class, $classForm, $error = null) |
| 608 | 611 | { |
@@ -654,6 +657,7 @@ discard block |
||
| 654 | 657 | |
| 655 | 658 | /** |
| 656 | 659 | * 規格1と規格2を組み合わせた商品規格を作成 |
| 660 | + * @param Application $app |
|
| 657 | 661 | */ |
| 658 | 662 | private function createProductClasses($app, Product $Product, ClassName $ClassName1 = null, ClassName $ClassName2 = null) |
| 659 | 663 | { |
@@ -741,6 +745,7 @@ discard block |
||
| 741 | 745 | * |
| 742 | 746 | * @param $productClassDest ProductClass コピー先となる商品規格 |
| 743 | 747 | * @param $productClassOrig ProductClass コピー元となる商品規格 |
| 748 | + * @param Application $app |
|
| 744 | 749 | */ |
| 745 | 750 | private function setDefaultProductClass($app, $productClassDest, $productClassOrig) { |
| 746 | 751 | $productClassDest->setDeliveryDate($productClassOrig->getDeliveryDate()); |
@@ -31,7 +31,7 @@ |
||
| 31 | 31 | { |
| 32 | 32 | /** |
| 33 | 33 | * FormExtensionAutoWiring constructor. |
| 34 | - * @param array|string[] $scanDirs |
|
| 34 | + * @param string[] $scanDirs |
|
| 35 | 35 | */ |
| 36 | 36 | public function __construct($scanDirs) |
| 37 | 37 | { |
@@ -30,8 +30,8 @@ |
||
| 30 | 30 | { |
| 31 | 31 | /** |
| 32 | 32 | * RepositoryDefinition constructor. |
| 33 | - * @param $id |
|
| 34 | - * @param $refClass |
|
| 33 | + * @param string $id |
|
| 34 | + * @param \ReflectionClass $refClass |
|
| 35 | 35 | */ |
| 36 | 36 | public function __construct($id, $refClass) |
| 37 | 37 | { |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | { |
| 31 | 31 | /** |
| 32 | 32 | * RepositoryAutoWiring constructor. |
| 33 | - * @param array|string[] $scanDirs |
|
| 33 | + * @param string[] $scanDirs |
|
| 34 | 34 | */ |
| 35 | 35 | public function __construct($scanDirs) |
| 36 | 36 | { |
@@ -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 | */ |