Merge pull request #6086 from Seb35/master
[civicrm-core.git] / CRM / Core / Payment / GoogleIPN.php
index 05805c6791269d2b9212b0aff29d33d597bfe27b..dffaba07eab57302351f81ea70802ff28e845e44 100644 (file)
@@ -516,6 +516,8 @@ WHERE  contribution_recur_id = {$ids['contributionRecur']}
   /**
    * This method is handles the response that will be invoked (from extern/googleNotify) every time
    * a notification or request is sent by the Google Server.
+   *
+   * @param string $xml_response
    */
   public static function main($xml_response) {
     require_once 'Google/library/googleresponse.php';