comment fixes
[civicrm-core.git] / CRM / Utils / ReCAPTCHA.php
index 8d53f596ad51e885cceeb495bc7a8df6f47b755b..00bc33e6057a2e2afe2a05e4ddcbd2f60768f7b0 100644 (file)
@@ -41,17 +41,18 @@ class CRM_Utils_ReCAPTCHA {
   protected $_phrase = NULL;
 
   /**
+   * Singleton.
+   *
    * We only need one instance of this object. So we use the singleton
    * pattern and cache the instance in this variable
    *
-   * @var object
+   * @var CRM_Utils_ReCAPTCHA
    */
   static private $_singleton = NULL;
 
   /**
    * Singleton function used to manage this object.
    *
-   *
    * @return object
    */
   public static function &singleton() {
@@ -67,6 +68,8 @@ class CRM_Utils_ReCAPTCHA {
 
   /**
    * Add element to form.
+   *
+   * @param CRM_Core_Form $form
    */
   public static function add(&$form) {
     $error = NULL;