Failed Conditions
Pull Request — master (#1665)
by k-yamamura
38:49
created
src/Eccube/Service/CartService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -231,7 +231,7 @@  discard block
 block discarded – undo
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
@@ -644,7 +644,7 @@  discard block
 block discarded – undo
644 644
      * 在庫数と販売制限数ともに個数が超えていれば、少ない方を適用させてメッセージを表示する
645 645
      *
646 646
      * @param ProductClass $ProductClass
647
-     * @param $productName
647
+     * @param string $productName
648 648
      * @param $quantity
649 649
      * @return int|string
650 650
      */
Please login to merge, or discard this patch.