X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FCCase%2FEvents.php;h=114875f17ed40aac57d47d0da8b27487ce79a92f;hb=e6462725c2e704e97981808e5a9382e18baf9b04;hp=89ce8c6d309708d3f439bac8c6744a58bc9ba143;hpb=817280e34e465b5fcf89e81710a28eae87798bc2;p=civicrm-core.git diff --git a/Civi/CCase/Events.php b/Civi/CCase/Events.php index 89ce8c6d30..114875f17e 100644 --- a/Civi/CCase/Events.php +++ b/Civi/CCase/Events.php @@ -16,10 +16,14 @@ namespace Civi\CCase; * @package Civi\CCase */ class Events { + /** - * @var array (int $caseId => bool $active) list of cases for which we are actively firing case-change event - * + * List of cases for which we are actively firing case-change event * We do not want to fire case-change events recursively. + * + * array (int $caseId => bool $active) + * + * @var array */ public static $isActive = [];