@@ -401,6 +401,7 @@ discard block |
||
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 |
||
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 |
||
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(); |