@@ -35,9 +35,9 @@ public function getTotal(): string;
3535 *
3636 * @param string $total
3737 *
38- * @return ItemHolderInterface
38+ * @return $this
3939 */
40- public function setTotal ($ total ): ItemHolderInterface ;
40+ public function setTotal ($ total ): static ;
4141
4242 /**
4343 * 個数の合計を返します。
@@ -51,9 +51,9 @@ public function getQuantity(): string;
5151 *
5252 * @param string $total
5353 *
54- * @return ItemHolderInterface
54+ * @return $this
5555 */
56- public function setDeliveryFeeTotal ($ total ): ItemHolderInterface ;
56+ public function setDeliveryFeeTotal ($ total ): static ;
5757
5858 /**
5959 * 送料合計を返します。
@@ -69,7 +69,7 @@ public function getDeliveryFeeTotal(): string;
6969 *
7070 * @return $this
7171 */
72- public function setDiscount ($ total ): self ;
72+ public function setDiscount ($ total ): static ;
7373
7474 /**
7575 * 手数料合計を設定します。
@@ -78,7 +78,7 @@ public function setDiscount($total): self;
7878 *
7979 * @return $this
8080 */
81- public function setCharge ($ total ): self ;
81+ public function setCharge ($ total ): static ;
8282
8383 /**
8484 * 税額合計を設定します。
@@ -89,16 +89,16 @@ public function setCharge($total): self;
8989 *
9090 * @deprecated 明細ごとに集計した税額と差異が発生する場合があるため非推奨
9191 */
92- public function setTax ($ total ): self ;
92+ public function setTax ($ total ): static ;
9393
9494 /**
9595 * 加算ポイントを設定します。
9696 *
9797 * @param string $addPoint
9898 *
99- * @return ItemHolderInterface
99+ * @return $this
100100 */
101- public function setAddPoint ($ addPoint ): ItemHolderInterface ;
101+ public function setAddPoint ($ addPoint ): static ;
102102
103103 /**
104104 * 加算ポイントを返します.
@@ -112,9 +112,9 @@ public function getAddPoint(): string;
112112 *
113113 * @param string $usePoint
114114 *
115- * @return ItemHolderInterface
115+ * @return $this
116116 */
117- public function setUsePoint ($ usePoint ): ItemHolderInterface ;
117+ public function setUsePoint ($ usePoint ): static ;
118118
119119 /**
120120 * 利用ポイントを返します.
0 commit comments