Merge pull request #4693 from jaapjansma/CRM-15702
[civicrm-core.git] / CRM / Core / Payment / GoogleIPN.php
index 276c302b2c43f52b7e4c314bdbfa5cabc67205fb..c0679d1874179960a686ddeddc8394f9b9a4b315 100644 (file)
@@ -51,14 +51,14 @@ class CRM_Core_Payment_GoogleIPN 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
@@ -392,7 +392,7 @@ WHERE  contribution_recur_id = {$ids['contributionRecur']}
   }
 
   /**
-   * singleton function used to manage this object
+   * Singleton function used to manage this object
    *
    * @param string $mode the mode of operation: live or test
    *