Avoid CiviCRM running full drupal cache flush, as this results in CiviCRM clobbering...
[civicrm-core.git] / Civi / API / Events.php
index 791739f06b7dc02d1eef6124dbcfb5d893b50747..3cd4626c7428f7f7bdf68142f44b3eac384eff4c 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 namespace Civi\API;
 
 /**
@@ -71,7 +71,7 @@ class Events {
   const RESPOND = 'api.respond';
 
   /**
-   * Handle any exceptions
+   * Handle any exceptions.
    *
    * @see ExceptionEvent
    */
@@ -104,4 +104,5 @@ class Events {
       self::RESPOND,
     );
   }
+
 }