Failed Conditions
Pull Request — experimental/sf (#3236)
by Kentaro
142:37 queued 134:37
created
src/Eccube/Repository/OrderRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -537,7 +537,7 @@
 block discarded – undo
537 537
     /**
538 538
      * ステータスごとの受注件数を取得する.
539 539
      *
540
-     * @param $OrderStatusOrId
540
+     * @param integer $OrderStatusOrId
541 541
      *
542 542
      * @return int
543 543
      *
Please login to merge, or discard this patch.
src/Eccube/Service/OrderHelper.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,13 +30,13 @@
 block discarded – undo
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に関連するエンティティを構築するクラス
Please login to merge, or discard this patch.
src/Eccube/Service/PurchaseFlow/Processor/PointProcessor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -216,7 +216,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
255 255
     /**
256 256
      * ポイントを金額に変換する.
257 257
      *
258
-     * @param $point int ポイント
258
+     * @param integer $point int ポイント
259 259
      *
260 260
      * @return int 金額
261 261
      */
Please login to merge, or discard this patch.