From: Bradley Taylor Date: Thu, 29 Dec 2022 21:54:20 +0000 (+0000) Subject: Fix @method documentation for shouldExitAfterFatal X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=07c51233d51245b84f4a4677659fac5550e672fe;p=civicrm-core.git Fix @method documentation for shouldExitAfterFatal --- diff --git a/CRM/Utils/System.php b/CRM/Utils/System.php index 9ce478fe6f..10c0672734 100644 --- a/CRM/Utils/System.php +++ b/CRM/Utils/System.php @@ -38,7 +38,7 @@ * @method static array synchronizeUsers() Create CRM contacts for all existing CMS users. * @method static void appendCoreResources(\Civi\Core\Event\GenericHookEvent $e) Callback for hook_civicrm_coreResourceList. * @method static void alterAssetUrl(\Civi\Core\Event\GenericHookEvent $e) Callback for hook_civicrm_getAssetUrl. - * @method static exitAfterFatal() Should the current execution exit after a fatal error? + * @method static bool shouldExitAfterFatal() Should the current execution exit after a fatal error? */ class CRM_Utils_System {