@@ -537,7 +537,7 @@ |
||
537 | 537 | /** |
538 | 538 | * ステータスごとの受注件数を取得する. |
539 | 539 | * |
540 | - * @param $OrderStatusOrId |
|
540 | + * @param integer $OrderStatusOrId |
|
541 | 541 | * |
542 | 542 | * @return int |
543 | 543 | * |
@@ -30,13 +30,13 @@ |
||
30 | 30 | use Eccube\Entity\Shipping; |
31 | 31 | use Eccube\Repository\DeliveryFeeRepository; |
32 | 32 | use Eccube\Repository\DeliveryRepository; |
33 | +use Eccube\Repository\Master\DeviceTypeRepository; |
|
33 | 34 | use Eccube\Repository\Master\OrderItemTypeRepository; |
34 | 35 | use Eccube\Repository\Master\OrderStatusRepository; |
35 | 36 | use Eccube\Repository\OrderRepository; |
36 | 37 | use Eccube\Repository\PaymentRepository; |
37 | 38 | use Eccube\Repository\TaxRuleRepository; |
38 | 39 | use Eccube\Util\StringUtil; |
39 | -use Eccube\Repository\Master\DeviceTypeRepository; |
|
40 | 40 | |
41 | 41 | /** |
42 | 42 | * OrderやOrderに関連するエンティティを構築するクラス |
@@ -216,7 +216,7 @@ discard block |
||
216 | 216 | * 明細追加処理. |
217 | 217 | * |
218 | 218 | * @param ItemHolderInterface $itemHolder |
219 | - * @param $discount |
|
219 | + * @param integer $discount |
|
220 | 220 | */ |
221 | 221 | private function addPointDiscountItem(ItemHolderInterface $itemHolder, $discount) |
222 | 222 | { |
@@ -255,7 +255,7 @@ discard block |
||
255 | 255 | /** |
256 | 256 | * ポイントを金額に変換する. |
257 | 257 | * |
258 | - * @param $point int ポイント |
|
258 | + * @param integer $point int ポイント |
|
259 | 259 | * |
260 | 260 | * @return int 金額 |
261 | 261 | */ |