@@ -112,7 +112,7 @@ |
||
112 | 112 | * @param Request $request |
113 | 113 | * @param \Eccube\Entity\Template $Template |
114 | 114 | * |
115 | - * @return mixed |
|
115 | + * @return BinaryFileResponse |
|
116 | 116 | */ |
117 | 117 | public function download(Request $request, \Eccube\Entity\Template $Template) |
118 | 118 | { |
@@ -561,7 +561,6 @@ |
||
561 | 561 | } |
562 | 562 | |
563 | 563 | /** |
564 | - * @param array $options |
|
565 | 564 | * |
566 | 565 | * @return string |
567 | 566 | * |
@@ -358,7 +358,7 @@ |
||
358 | 358 | * |
359 | 359 | * @param array $data リクエストパラメータ |
360 | 360 | * |
361 | - * @return array |
|
361 | + * @return \Symfony\Component\Validator\ConstraintViolationListInterface[] |
|
362 | 362 | */ |
363 | 363 | protected function customerValidation(array &$data) |
364 | 364 | { |
@@ -22,8 +22,6 @@ |
||
22 | 22 | use Doctrine\ORM\Query\AST\PartialObjectExpression; |
23 | 23 | use Doctrine\ORM\Query\AST\SelectExpression; |
24 | 24 | use Doctrine\ORM\Query\AST\SelectStatement; |
25 | -use Doctrine\ORM\Query\Expr\OrderBy; |
|
26 | -use Doctrine\ORM\Query\Expr\Select; |
|
27 | 25 | use Doctrine\ORM\Query\SqlWalker; |
28 | 26 | |
29 | 27 | /** |
@@ -45,7 +45,7 @@ |
||
45 | 45 | /** |
46 | 46 | * JoinClause constructor. |
47 | 47 | * |
48 | - * @param $leftJoin |
|
48 | + * @param boolean $leftJoin |
|
49 | 49 | * @param $join |
50 | 50 | * @param $alias |
51 | 51 | * @param $conditionType |
@@ -260,6 +260,9 @@ |
||
260 | 260 | }); |
261 | 261 | } |
262 | 262 | |
263 | + /** |
|
264 | + * @param string $key |
|
265 | + */ |
|
263 | 266 | protected function addErrors($key, FormInterface $form, ConstraintViolationListInterface $errors) |
264 | 267 | { |
265 | 268 | foreach ($errors as $error) { |
@@ -36,7 +36,6 @@ |
||
36 | 36 | protected $eccubeConfig; |
37 | 37 | |
38 | 38 | /** |
39 | - * @param array $config |
|
40 | 39 | */ |
41 | 40 | public function __construct(EccubeConfig $eccubeConfig) |
42 | 41 | { |
@@ -34,7 +34,6 @@ |
||
34 | 34 | /** |
35 | 35 | * SearchProductType constructor. |
36 | 36 | * |
37 | - * @param Application $app |
|
38 | 37 | */ |
39 | 38 | public function __construct(CategoryRepository $categoryRepository) |
40 | 39 | { |
@@ -52,7 +52,7 @@ |
||
52 | 52 | /** |
53 | 53 | * ShippingMultipleItemType constructor. |
54 | 54 | * |
55 | - * @param array $eccubeConfig |
|
55 | + * @param EccubeConfig $eccubeConfig |
|
56 | 56 | * @param Session $session |
57 | 57 | * @param AuthorizationCheckerInterface $authorizationChecker |
58 | 58 | * @param TokenStorageInterface $tokenStorage |