Test Setup Failed
Pull Request — master (#42)
by
unknown
04:40
created
src/LaravelShoppingCart/Cart.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
     /**
215 215
      * Alias of destory().
216 216
      *
217
-     * @return bool
217
+     * @return boolean|null
218 218
      */
219 219
     public function clean()
220 220
     {
@@ -292,7 +292,7 @@  discard block
 block discarded – undo
292 292
      *
293 293
      * @param array $search An array with the item ID and optional options
294 294
      *
295
-     * @return array
295
+     * @return Collection
296 296
      */
297 297
     public function search(array $search)
298 298
     {
@@ -472,7 +472,7 @@  discard block
 block discarded – undo
472 472
      * Make a row item.
473 473
      *
474 474
      * @param string $rawId      raw id
475
-     * @param mixed  $id         item id
475
+     * @param string  $id         item id
476 476
      * @param string $name       item name
477 477
      * @param int    $qty        quantity
478 478
      * @param float  $price      price
Please login to merge, or discard this patch.