Completed
Pull Request — master (#567)
by Chris
56:55 queued 54:34
created
code/cart/ShoppingCart.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -401,6 +401,7 @@  discard block
 block discarded – undo
401 401
 
402 402
     /**
403 403
      * Store a new error.
404
+     * @param string $message
404 405
      */
405 406
     protected function error($message)
406 407
     {
@@ -498,6 +499,8 @@  discard block
 block discarded – undo
498 499
 
499 500
     /**
500 501
      * Helper for creating a url
502
+     * @param string $action
503
+     * @param Buyable $buyable
501 504
      */
502 505
     protected static function build_url($action, $buyable, $params = array())
503 506
     {
@@ -726,6 +729,9 @@  discard block
 block discarded – undo
726 729
         }
727 730
     }
728 731
 
732
+    /**
733
+     * @param SS_HTTPRequest $request
734
+     */
729 735
     protected function updateLocale($request)
730 736
     {
731 737
         $order = $this->cart->current();
Please login to merge, or discard this patch.