Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2014-12-01-14-40-22
[civicrm-core.git] / CRM / Core / Payment / PayPalProIPN.php
index 6a8674917b9392b1d1cc36f9725feb014e81a464..d52e00e0a47f2296db8345e80010cfb815b96203 100644 (file)
@@ -59,8 +59,13 @@ class CRM_Core_Payment_PayPalProIPN extends CRM_Core_Payment_BaseIPN {
    * @var string component
    */
   protected $_component = 'contribute';
+
   /**
    * constructor function
+   *
+   * @param array $inputData contents of HTTP REQUEST
+   *
+   * @throws CRM_Core_Exception
    */
   function __construct($inputData) {
     $this->setInputParameters($inputData);