[REF][PHP8.2] Declare properties in TimeSpent report
authorBradley Taylor <hello@brad-taylor.co.uk>
Sun, 3 Dec 2023 16:57:29 +0000 (16:57 +0000)
committerBradley Taylor <hello@brad-taylor.co.uk>
Sun, 3 Dec 2023 16:57:29 +0000 (16:57 +0000)
CRM/Report/Form/Case/TimeSpent.php

index fb929b7a04dae4e0c751da0cd29f6fb5e49e7935..95e1de4aa1e24e6e3379fcf15b8112f3f714eb36 100644 (file)
  */
 class CRM_Report_Form_Case_TimeSpent extends CRM_Report_Form {
 
+  /**
+   * @var array
+   * @internal
+   */
+  public $activityTypes;
+
+  /**
+   * @var array
+   * @internal
+   */
+  public $activityStatuses;
+
+  /**
+   * @var array
+   * @internal
+   */
+  public $has_grouping;
+
+  /**
+   * @var array
+   * @internal
+   */
+  public $has_activity_type;
+
   /**
    * Class constructor.
    */