Merge branch 'master' into findById
[civicrm-core.git] / CRM / Core / Payment / PaymentExpressIPN.php
index 2402515d91cc19fc21bbc55eb0208e783512737e..4910cd31cd4dae9b7ff9605d5b221d6abaf465b7 100644 (file)
@@ -48,14 +48,14 @@ class CRM_Core_Payment_PaymentExpressIPN extends CRM_Core_Payment_BaseIPN {
   static private $_singleton = NULL;
 
   /**
-   * mode of operation: live or test
+   * Mode of operation: live or test
    *
    * @var object
    */
   protected $_mode = NULL;
 
   /**
-   * @param $name
+   * @param string $name
    * @param $type
    * @param $object
    * @param bool $abort
@@ -98,7 +98,7 @@ class CRM_Core_Payment_PaymentExpressIPN extends CRM_Core_Payment_BaseIPN {
   }
 
   /**
-   * singleton function used to manage this object
+   * Singleton function used to manage this object
    *
    * @param string $mode the mode of operation: live or test
    *