@@ -283,7 +283,6 @@ |
||
| 283 | 283 | * |
| 284 | 284 | * @Route("/%eccube_admin_route%/customer/export", name="admin_customer_export") |
| 285 | 285 | * |
| 286 | - * @param Application $app |
|
| 287 | 286 | * @param Request $request |
| 288 | 287 | * |
| 289 | 288 | * @return StreamedResponse |
@@ -797,6 +797,7 @@ discard block |
||
| 797 | 797 | * |
| 798 | 798 | * @param $row |
| 799 | 799 | * @param Product $Product |
| 800 | + * @param CsvImportService $data |
|
| 800 | 801 | */ |
| 801 | 802 | protected function createProductImage($row, Product $Product, $data, $headerByKey) |
| 802 | 803 | { |
@@ -843,7 +844,7 @@ discard block |
||
| 843 | 844 | * |
| 844 | 845 | * @param $row |
| 845 | 846 | * @param Product $Product |
| 846 | - * @param $data |
|
| 847 | + * @param CsvImportService $data |
|
| 847 | 848 | * @param $headerByKey |
| 848 | 849 | */ |
| 849 | 850 | protected function createProductCategory($row, Product $Product, $data, $headerByKey) |
@@ -963,7 +964,7 @@ discard block |
||
| 963 | 964 | * |
| 964 | 965 | * @param $row |
| 965 | 966 | * @param Product $Product |
| 966 | - * @param $data |
|
| 967 | + * @param CsvImportService $data |
|
| 967 | 968 | * @param $headerByKey |
| 968 | 969 | * @param null $ClassCategory1 |
| 969 | 970 | * @param null $ClassCategory2 |
@@ -1115,7 +1116,7 @@ discard block |
||
| 1115 | 1116 | * @param $row |
| 1116 | 1117 | * @param Product $Product |
| 1117 | 1118 | * @param ProductClass $ProductClass |
| 1118 | - * @param $data |
|
| 1119 | + * @param CsvImportService $data |
|
| 1119 | 1120 | * |
| 1120 | 1121 | * @return ProductClass |
| 1121 | 1122 | */ |
@@ -989,6 +989,7 @@ |
||
| 989 | 989 | * |
| 990 | 990 | * @param \Eccube\Entity\Product $Product |
| 991 | 991 | * @param \Eccube\Entity\Category $Category |
| 992 | + * @param integer $count |
|
| 992 | 993 | * |
| 993 | 994 | * @return \Eccube\Entity\ProductCategory |
| 994 | 995 | */ |
@@ -53,7 +53,6 @@ |
||
| 53 | 53 | * @Template("@admin/Product/tag.twig") |
| 54 | 54 | * |
| 55 | 55 | * @param Request $request |
| 56 | - * @param Tag|null $Tag |
|
| 57 | 56 | * |
| 58 | 57 | * @return array|\Symfony\Component\HttpFoundation\RedirectResponse |
| 59 | 58 | */ |
@@ -89,7 +89,7 @@ |
||
| 89 | 89 | /** |
| 90 | 90 | * parse log file |
| 91 | 91 | * |
| 92 | - * @param $logFile |
|
| 92 | + * @param string $logFile |
|
| 93 | 93 | * @param $formData |
| 94 | 94 | * |
| 95 | 95 | * @return array |
@@ -122,7 +122,7 @@ |
||
| 122 | 122 | * @param Request $request |
| 123 | 123 | * @param \Eccube\Entity\Template $Template |
| 124 | 124 | * |
| 125 | - * @return mixed |
|
| 125 | + * @return BinaryFileResponse |
|
| 126 | 126 | */ |
| 127 | 127 | public function download(Request $request, \Eccube\Entity\Template $Template) |
| 128 | 128 | { |
@@ -571,7 +571,6 @@ |
||
| 571 | 571 | } |
| 572 | 572 | |
| 573 | 573 | /** |
| 574 | - * @param array $options |
|
| 575 | 574 | * |
| 576 | 575 | * @return string |
| 577 | 576 | * |
@@ -432,7 +432,7 @@ |
||
| 432 | 432 | * |
| 433 | 433 | * @param array $data リクエストパラメータ |
| 434 | 434 | * |
| 435 | - * @return array |
|
| 435 | + * @return \Symfony\Component\Validator\ConstraintViolationListInterface[] |
|
| 436 | 436 | */ |
| 437 | 437 | protected function customerValidation(array &$data) |
| 438 | 438 | { |
@@ -55,7 +55,7 @@ |
||
| 55 | 55 | /** |
| 56 | 56 | * JoinClause constructor. |
| 57 | 57 | * |
| 58 | - * @param $leftJoin |
|
| 58 | + * @param boolean $leftJoin |
|
| 59 | 59 | * @param $join |
| 60 | 60 | * @param $alias |
| 61 | 61 | * @param $conditionType |