Completed
Branch next (9144f5)
by Scott
03:07 queued 51s
created
classes/DriverManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     /**
13 13
      * Construct.
14 14
      *
15
-     * @return void
15
+     * @return string
16 16
      */
17 17
     public function __construct()
18 18
     {
Please login to merge, or discard this patch.
models/Cart.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -292,7 +292,7 @@
 block discarded – undo
292 292
     /**
293 293
      * Save an item and sync the cart.
294 294
      *
295
-     * @param  \Bedard\Shop\Models\Item     $item
295
+     * @param  Inventory     $item
296 296
      * @return \Bedard\Shop\Models\Item
297 297
      */
298 298
     public function saveItem($item)
Please login to merge, or discard this patch.
models/DriverConfig.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,6 @@
 block discarded – undo
63 63
     /**
64 64
      * Populate attriutes based on config so a form can be rendered.
65 65
      *
66
-     * @param  string   $class
67 66
      * @return void
68 67
      */
69 68
     public function populate()
Please login to merge, or discard this patch.