X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FAPI%2FEvents.php;h=3cd4626c7428f7f7bdf68142f44b3eac384eff4c;hb=f38178e6aa43297ef8b9e08ca1bcb6bd49c81473;hp=791739f06b7dc02d1eef6124dbcfb5d893b50747;hpb=1219e6af26646ad548b2d7e97a7f345af4655c21;p=civicrm-core.git diff --git a/Civi/API/Events.php b/Civi/API/Events.php index 791739f06b..3cd4626c74 100644 --- a/Civi/API/Events.php +++ b/Civi/API/Events.php @@ -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, ); } + }