X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FQueue%2FErrorPolicy.php;h=0fbea745cef36904c523d1f86049e2b03d261fa8;hb=d502e4326f46b03fe8e849d5294478ea6c27f95c;hp=da2e296668d5531c32f7cf7c932aa4872496c7c0;hpb=2bcf3e5b72a945c90d882750227fa62670b980d6;p=civicrm-core.git diff --git a/CRM/Queue/ErrorPolicy.php b/CRM/Queue/ErrorPolicy.php index da2e296668..0fbea745ce 100644 --- a/CRM/Queue/ErrorPolicy.php +++ b/CRM/Queue/ErrorPolicy.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2015 | + | Copyright CiviCRM LLC (c) 2004-2016 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -113,9 +113,17 @@ class CRM_Queue_ErrorPolicy { } /** - * Receive (semi) recoverable error notices + * Receive (semi) recoverable error notices. * * @see set_error_handler + * + * @param string $errno + * @param string $errstr + * @param string $errfile + * @param int $errline + * + * @return bool + * @throws \Exception */ public function onError($errno, $errstr, $errfile, $errline) { if (!(error_reporting() & $errno)) {