Skip to content

Commit

Permalink
Merge pull request #25236 from braders/shouldexitafterfatal-docblock
Browse files Browse the repository at this point in the history
[NFC] Fix @method documentation for shouldExitAfterFatal
  • Loading branch information
eileenmcnaughton authored Dec 30, 2022
2 parents 1fd8984 + 07c5123 commit 4f0b7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Utils/System.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 4f0b7a9

Please sign in to comment.