Merge pull request #17709 from spalmstr/dev/core#1768
[civicrm-core.git] / Civi / CCase / Events.php
index 89ce8c6d309708d3f439bac8c6744a58bc9ba143..114875f17ed40aac57d47d0da8b27487ce79a92f 100644 (file)
@@ -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 = [];