Test Setup Failed
Push — master ( 6454fe...8607a7 )
by
unknown
11:50
created
src/ServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
     /**
93 93
      * Get the services provided by the provider.
94 94
      *
95
-     * @return array
95
+     * @return string[]
96 96
      */
97 97
     public function provides()
98 98
     {
Please login to merge, or discard this patch.
src/Cart.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -219,7 +219,7 @@  discard block
 block discarded – undo
219 219
     /**
220 220
      * Alias of destory().
221 221
      *
222
-     * @return bool
222
+     * @return boolean|null
223 223
      */
224 224
     public function clean()
225 225
     {
@@ -297,7 +297,7 @@  discard block
 block discarded – undo
297 297
      *
298 298
      * @param array $search An array with the item ID and optional options
299 299
      *
300
-     * @return array
300
+     * @return Collection
301 301
      */
302 302
     public function search(array $search)
303 303
     {
@@ -489,7 +489,7 @@  discard block
 block discarded – undo
489 489
      * Make a row item.
490 490
      *
491 491
      * @param string $rawId      raw id
492
-     * @param mixed  $id         item id
492
+     * @param string  $id         item id
493 493
      * @param string $name       item name
494 494
      * @param int    $qty        quantity
495 495
      * @param float  $price      price
Please login to merge, or discard this patch.