X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FCore%2FEvent%2FUnhandledExceptionEvent.php;h=5e5993f74f07a48fd9cdcd668c517efb7eebc435;hb=83f5b4382c3cf3e85677f408b4009a947710c428;hp=32d83151c080088781b82ab470bad35e5e9a26eb;hpb=938854224e11b0d61889844c1ea78f7f99ced5a8;p=civicrm-core.git diff --git a/Civi/Core/Event/UnhandledExceptionEvent.php b/Civi/Core/Event/UnhandledExceptionEvent.php index 32d83151c0..5e5993f74f 100644 --- a/Civi/Core/Event/UnhandledExceptionEvent.php +++ b/Civi/Core/Event/UnhandledExceptionEvent.php @@ -23,7 +23,9 @@ class UnhandledExceptionEvent extends GenericHookEvent { public $exception; /** - * @var mixed reserved for future use + * Reserved for future use. + * + * @var mixed */ public $request;