Merge pull request #5242 from colemanw/getstat
[civicrm-core.git] / CRM / Utils / Hook / Soap.php
index a454a10bf24dd39be88fb7ea02e98554d824a7c3..d7c8a5377ac00d0d78f9a0cd72236dedd5f2f6cf 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -34,7 +34,7 @@
  */
 class CRM_Utils_Hook_Soap extends CRM_Utils_Hook {
   /**
-   * Invoke hooks
+   * Invoke hooks.
    *
    * @param int $numParams
    *   Number of parameters to pass to the hook.
@@ -75,4 +75,5 @@ class CRM_Utils_Hook_Soap extends CRM_Utils_Hook {
     // suppress all hok calls during soap
     return NULL;
   }
+
 }