From: Bradley Taylor Date: Sat, 18 Nov 2023 13:48:37 +0000 (+0000) Subject: [REF][PHP8.2] Declare _redactionRegexRules property X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=087440e7b1de3667c1b42c7eb00b080dd9d57f5b;p=civicrm-core.git [REF][PHP8.2] Declare _redactionRegexRules property --- diff --git a/CRM/Case/XMLProcessor/Report.php b/CRM/Case/XMLProcessor/Report.php index 05b29fb534..68ce356371 100644 --- a/CRM/Case/XMLProcessor/Report.php +++ b/CRM/Case/XMLProcessor/Report.php @@ -30,6 +30,11 @@ class CRM_Case_XMLProcessor_Report extends CRM_Case_XMLProcessor { */ protected $_redactionStringRules = []; + /** + * @var array + */ + public $_redactionRegexRules; + /** */ public function __construct() { @@ -725,7 +730,7 @@ LIMIT 1 * @param int $caseID * @param string $activitySetName * @param array $params - * @param CRM_Core_Form $form + * @param CRM_Case_XMLProcessor_Report $form * * @return CRM_Core_Smarty */