Completed
Push — master ( 5f62b0...d2a539 )
by recca
01:45
created
src/Cart.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
     /**
56 56
      * get.
57 57
      *
58
-     * @param \Recca0120\Cart\Item $item
58
+     * @param \Recca0120\Cart\Item $itemId
59 59
      * @return $this
60 60
      */
61 61
     public function get($itemId)
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
      * remove.
68 68
      *
69 69
      * @param  \Recca0120\Cart\Item | string $item
70
-     * @return bool
70
+     * @return \Illuminate\Support\Collection
71 71
      */
72 72
     public function remove($item)
73 73
     {
Please login to merge, or discard this patch.