Completed
Push — master ( 197f46...f51c73 )
by Scott
02:54
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
      * Determine if a cart exists or not.
28 28
      *
29 29
      * @param  CartRepository $repository
30
-     * @return bool
30
+     * @return string|null
31 31
      */
32 32
     public function exists(CartRepository $repository)
33 33
     {
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
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     /**
50 50
      * Apply a promotion to the cart.
51 51
      *
52
-     * @param  string $code     The promotion code to apply.
52
+     * @param string $name
53 53
      * @return void
54 54
      */
55 55
     public function applyPromotion($name)
Please login to merge, or discard this patch.
formwidgets/DriverConfig.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
     /**
156 156
      * Save a driver.
157 157
      *
158
-     * @param  name     $driver     The class name of the driver.
158
+     * @param  name     $driverClass     The class name of the driver.
159 159
      * @param  array    $config     Driver data to save.
160 160
      * @return void
161 161
      */
Please login to merge, or discard this patch.