Completed
Push — master ( f82868...9e65d7 )
by Scott
02:13
created
api/Cart.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      * Show the current cart.
28 28
      *
29 29
      * @param  \Bedard\Shop\Repositories\CartRepository     $repository
30
-     * @return \Bedard\Shop\Models\Cart
30
+     * @return string|null
31 31
      */
32 32
     public function index(CartRepository $repository)
33 33
     {
Please login to merge, or discard this patch.