Completed
Push — master ( d40a55...2fa017 )
by Nicolaas
01:55
created
code/model/WishListDecorator.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -374,7 +374,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.