@@ -374,7 +374,8 @@ discard block |
||
374 | 374 | |
375 | 375 | /** |
376 | 376 | * Retrieve variable from wish list page. |
377 | - * @return mixed Depends on what $VariableName is. |
|
377 | + * @param string $variableName |
|
378 | + * @return string Depends on what $VariableName is. |
|
378 | 379 | */ |
379 | 380 | protected function getVariableFromwishListPage($variableName) |
380 | 381 | { |
@@ -397,6 +398,7 @@ discard block |
||
397 | 398 | * @param string $successMessageName Name of success message variable, to be retrieved from WishListPage. |
398 | 399 | * @param string $errorMessageName Name of error message variable, to be retrieved from WishListPage. |
399 | 400 | * @param string $template Name of template to render if this an ajax call. |
401 | + * @param DataObject $object |
|
400 | 402 | * @return string | null |
401 | 403 | */ |
402 | 404 | protected function standardReturn($outcome, $successMessageName, $errorMessageName, $template, $object = null) |