Completed
Push — master ( 37d7f4...12b79b )
by James
15:55 queued 14:01
created
src/Cart.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -250,7 +250,7 @@  discard block
 block discarded – undo
250 250
     /**
251 251
      * Return the price including tax.
252 252
      *
253
-     * @return integer
253
+     * @return double
254 254
      */
255 255
     public function getTotalPrice()
256 256
     {
@@ -266,7 +266,7 @@  discard block
 block discarded – undo
266 266
     /**
267 267
      * Return the price excluding tax.
268 268
      *
269
-     * @return integer
269
+     * @return double
270 270
      */
271 271
     public function getTotalPriceExcludingTax()
272 272
     {
@@ -282,7 +282,7 @@  discard block
 block discarded – undo
282 282
     /**
283 283
      * Return the carts total tax.
284 284
      *
285
-     * @return integer
285
+     * @return double
286 286
      */
287 287
     public function getTotalTax()
288 288
     {
Please login to merge, or discard this patch.