Completed
Push — master ( 422de2...c9b46a )
by recca
02:36
created
src/Cart.php 1 patch
Doc Comments   +2 added lines, -5 removed lines patch added patch discarded remove patch
@@ -36,7 +36,6 @@  discard block
 block discarded – undo
36 36
      * put.
37 37
      *
38 38
      * @param \Recca0120\Cart\Item $item
39
-     * @param int $quantity
40 39
      * @return $this
41 40
      */
42 41
     public function put(Item $item)
@@ -49,8 +48,7 @@  discard block
 block discarded – undo
49 48
     /**
50 49
      * get.
51 50
      *
52
-     * @param \Recca0120\Cart\Item $item
53
-     * @param int $quantity
51
+     * @param \Recca0120\Cart\Item $itemId
54 52
      * @return $this
55 53
      */
56 54
     public function get($itemId)
@@ -61,8 +59,7 @@  discard block
 block discarded – undo
61 59
     /**
62 60
      * remove.
63 61
      *
64
-     * @param  string $id
65
-     * @return bool
62
+     * @return \Illuminate\Support\Collection
66 63
      */
67 64
     public function remove($item)
68 65
     {
Please login to merge, or discard this patch.