Civi\Angular - Docblock improvements.
[civicrm-core.git] / CRM / Utils / ReCAPTCHA.php
index cdefd36e62bbb79431ec77446e9ca121adc64ac1..2d48759f59c23d8cc3f0185ed9106b576f4c65a7 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -125,4 +125,5 @@ class CRM_Utils_ReCAPTCHA {
     );
     return $resp->is_valid;
   }
+
 }