@@ -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 |
@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | * @param $block_id |
52 | 52 | * @param $DeviceType |
53 | 53 | * |
54 | - * @return array|\Eccube\Entity\Block |
|
54 | + * @return Block|null |
|
55 | 55 | */ |
56 | 56 | public function findOrCreate($block_id, $DeviceType) |
57 | 57 | { |
@@ -112,7 +112,7 @@ discard block |
||
112 | 112 | * |
113 | 113 | * @param \Eccube\Entity\Master\DeviceType $DeviceType |
114 | 114 | * |
115 | - * @return array |
|
115 | + * @return null|\Symfony\Component\HttpFoundation\Request |
|
116 | 116 | */ |
117 | 117 | public function getList($DeviceType) |
118 | 118 | { |
@@ -90,7 +90,7 @@ |
||
90 | 90 | * @param int|null|\Eccube\Entity\Master\Pref $Pref 都道府県 |
91 | 91 | * @param int|null|\Eccube\Entity\Master\Country $Country 国 |
92 | 92 | * |
93 | - * @return \Eccube\Entity\TaxRule 税設定情報 |
|
93 | + * @return integer 税設定情報 |
|
94 | 94 | * |
95 | 95 | * @throws NoResultException |
96 | 96 | */ |
@@ -229,7 +229,7 @@ |
||
229 | 229 | /** |
230 | 230 | * Get mode |
231 | 231 | * |
232 | - * @return mixed|string |
|
232 | + * @return string |
|
233 | 233 | */ |
234 | 234 | public function getMode() |
235 | 235 | { |
@@ -121,7 +121,7 @@ |
||
121 | 121 | |
122 | 122 | /** |
123 | 123 | * @param $rowArray |
124 | - * @param $key |
|
124 | + * @param string $key |
|
125 | 125 | * |
126 | 126 | * @return array |
127 | 127 | */ |
@@ -194,7 +194,7 @@ |
||
194 | 194 | /** |
195 | 195 | * EntityからTraitを削除. |
196 | 196 | * |
197 | - * @param $entityTokens Tokens Entityのトークン |
|
197 | + * @param Tokens $entityTokens Tokens Entityのトークン |
|
198 | 198 | * @param $trait string 削除するTraitのFQCN |
199 | 199 | */ |
200 | 200 | private function removeTrait($entityTokens, $trait) |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | * Send customer confirm mail. |
99 | 99 | * |
100 | 100 | * @param $Customer 会員情報 |
101 | - * @param $activateUrl アクティベート用url |
|
101 | + * @param string $activateUrl アクティベート用url |
|
102 | 102 | */ |
103 | 103 | public function sendCustomerConfirmMail(\Eccube\Entity\Customer $Customer, $activateUrl) |
104 | 104 | { |
@@ -295,7 +295,7 @@ discard block |
||
295 | 295 | * |
296 | 296 | * @param \Eccube\Entity\Order $Order 受注情報 |
297 | 297 | * |
298 | - * @return string |
|
298 | + * @return \Swift_Message |
|
299 | 299 | */ |
300 | 300 | public function sendOrderMail(\Eccube\Entity\Order $Order) |
301 | 301 | { |
@@ -340,7 +340,7 @@ discard block |
||
340 | 340 | * Send admin customer confirm mail. |
341 | 341 | * |
342 | 342 | * @param $Customer 会員情報 |
343 | - * @param $activateUrl アクティベート用url |
|
343 | + * @param string $activateUrl アクティベート用url |
|
344 | 344 | */ |
345 | 345 | public function sendAdminCustomerConfirmMail(\Eccube\Entity\Customer $Customer, $activateUrl) |
346 | 346 | { |
@@ -391,7 +391,7 @@ discard block |
||
391 | 391 | * @param $formData 入力内容 |
392 | 392 | * @param string $twig テンプレートファイル名 |
393 | 393 | * |
394 | - * @return $this |
|
394 | + * @return \Swift_Message |
|
395 | 395 | * |
396 | 396 | * @throws \Twig_Error_Loader |
397 | 397 | * @throws \Twig_Error_Runtime |
@@ -438,6 +438,7 @@ discard block |
||
438 | 438 | * Send password reset notification mail. |
439 | 439 | * |
440 | 440 | * @param $Customer 会員情報 |
441 | + * @param string $reset_url |
|
441 | 442 | */ |
442 | 443 | public function sendPasswordResetNotificationMail(\Eccube\Entity\Customer $Customer, $reset_url) |
443 | 444 | { |
@@ -484,6 +485,7 @@ discard block |
||
484 | 485 | * Send password reset notification mail. |
485 | 486 | * |
486 | 487 | * @param $Customer 会員情報 |
488 | + * @param string $password |
|
487 | 489 | */ |
488 | 490 | public function sendPasswordResetCompleteMail(\Eccube\Entity\Customer $Customer, $password) |
489 | 491 | { |
@@ -265,7 +265,7 @@ discard block |
||
265 | 265 | /** |
266 | 266 | * 非会員情報を取得 |
267 | 267 | * |
268 | - * @param $sesisonKey |
|
268 | + * @param string $sesisonKey |
|
269 | 269 | * |
270 | 270 | * @return $Customer|null |
271 | 271 | */ |
@@ -296,7 +296,7 @@ discard block |
||
296 | 296 | /** |
297 | 297 | * 受注情報を作成 |
298 | 298 | * |
299 | - * @param $Customer |
|
299 | + * @param null|Customer $Customer |
|
300 | 300 | * |
301 | 301 | * @return \Eccube\Entity\Order |
302 | 302 | */ |
@@ -326,7 +326,7 @@ discard block |
||
326 | 326 | * 仮受注情報作成 |
327 | 327 | * |
328 | 328 | * @param $Customer |
329 | - * @param $preOrderId |
|
329 | + * @param string $preOrderId |
|
330 | 330 | * |
331 | 331 | * @return mixed |
332 | 332 | * |
@@ -1246,7 +1246,7 @@ discard block |
||
1246 | 1246 | * |
1247 | 1247 | * @param Order $Order |
1248 | 1248 | * |
1249 | - * @return MailHistory |
|
1249 | + * @return null|\Symfony\Component\HttpFoundation\Request |
|
1250 | 1250 | */ |
1251 | 1251 | public function sendOrderMail(Order $Order) |
1252 | 1252 | { |