Fix @method documentation for shouldExitAfterFatal
authorBradley Taylor <hello@brad-taylor.co.uk>
Thu, 29 Dec 2022 21:54:20 +0000 (21:54 +0000)
committerBradley Taylor <hello@brad-taylor.co.uk>
Thu, 29 Dec 2022 21:54:20 +0000 (21:54 +0000)
CRM/Utils/System.php

index 9ce478fe6f1440e887448c9cf2cc5494deffcafd..10c0672734db23b13d19b315fa3342c773478a40 100644 (file)
@@ -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 {