X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FQueue%2FErrorPolicy.php;h=4a694a41a7f171589963ba9bcb81750f79e20f47;hb=95d8ddc04c08360567c00283822622fb8bcb0b35;hp=f642ea8e66ec85f67c70af09c13f1feb70129bd3;hpb=87878ac8e6101fc5bed04f356c677b5f9ec54bc7;p=civicrm-core.git diff --git a/CRM/Queue/ErrorPolicy.php b/CRM/Queue/ErrorPolicy.php index f642ea8e66..4a694a41a7 100644 --- a/CRM/Queue/ErrorPolicy.php +++ b/CRM/Queue/ErrorPolicy.php @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * To ensure that PHP errors or unhandled exceptions are reported in JSON @@ -189,4 +189,5 @@ class CRM_Queue_ErrorPolicy { } CRM_Utils_JSON::output($response); } + }