@@ -347,6 +347,9 @@ |
||
347 | 347 | flush(); |
348 | 348 | } |
349 | 349 | |
350 | + /** |
|
351 | + * @param InstallApplication $app |
|
352 | + */ |
|
350 | 353 | private function checkModules($app) |
351 | 354 | { |
352 | 355 | foreach ($this->required_modules as $module) { |
@@ -1373,7 +1373,6 @@ |
||
1373 | 1373 | /** |
1374 | 1374 | * フォームの情報からお届け先のインデックスを返す |
1375 | 1375 | * |
1376 | - * @param Application $app |
|
1377 | 1376 | * @param mixed $CustomerAddressData |
1378 | 1377 | * @return int |
1379 | 1378 | */ |
@@ -231,7 +231,7 @@ discard block |
||
231 | 231 | } |
232 | 232 | |
233 | 233 | /** |
234 | - * @param \Eccube\Entity\ProductClass|integer $ProductClass |
|
234 | + * @param string $ProductClass |
|
235 | 235 | * @param integer $quantity |
236 | 236 | * @return \Eccube\Service\CartService |
237 | 237 | * @throws CartException |
@@ -658,7 +658,7 @@ discard block |
||
658 | 658 | * 在庫数と販売制限数ともに個数が超えていれば、少ない方を適用させてメッセージを表示する |
659 | 659 | * |
660 | 660 | * @param ProductClass $ProductClass |
661 | - * @param $productName |
|
661 | + * @param string $productName |
|
662 | 662 | * @param $quantity |
663 | 663 | * @return int チェック後に更新した個数 |
664 | 664 | */ |