Failed Conditions
Pull Request — experimental/3.1 (#2624)
by Kentaro
07:07
created
src/Eccube/Service/PurchaseFlow/Processor/AddPointProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
      * @param integer $pointRate ポイント付与率(%)
92 92
      * @param integer $price 単価
93 93
      * @param integer $quantity 数量
94
-     * @return integer additional point
94
+     * @return double additional point
95 95
      */
96 96
     protected function priceToAddPoint($pointRate, $price, $quantity)
97 97
     {
Please login to merge, or discard this patch.