Merge pull request #5080 from eileenmcnaughton/comment-full-stops
[civicrm-core.git] / CRM / Utils / Hook / WordPress.php
index 74f91697d8fc5d37b6a3d74d0fc3004869f0f59a..b436a8ab6ca4d567932a7ad68eba01cb05b9152f 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -64,7 +64,7 @@ class CRM_Utils_Hook_WordPress extends CRM_Utils_Hook {
   );
 
   /**
-   * Invoke hooks
+   * Invoke hooks.
    *
    * @param int $numParams
    *   Number of parameters to pass to the hook.
@@ -219,5 +219,4 @@ class CRM_Utils_Hook_WordPress extends CRM_Utils_Hook {
     }
   }
 
-
 }