From 07c51233d51245b84f4a4677659fac5550e672fe Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Thu, 29 Dec 2022 21:54:20 +0000 Subject: [PATCH] Fix @method documentation for shouldExitAfterFatal --- CRM/Utils/System.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/System.php b/CRM/Utils/System.php index 9ce478fe6f14..10c0672734db 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 {