From e56c939058e5d1a7d8440c1f1a0797dddac87ef6 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Sat, 11 Nov 2023 17:07:41 +0000 Subject: [PATCH] [REF][PHP8.2] Declare properties in CRM_Event_Form_Task_Badge --- CRM/Event/Form/Task/Badge.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CRM/Event/Form/Task/Badge.php b/CRM/Event/Form/Task/Badge.php index 69496c9598..0e1d02fb96 100644 --- a/CRM/Event/Form/Task/Badge.php +++ b/CRM/Event/Form/Task/Badge.php @@ -34,6 +34,13 @@ class CRM_Event_Form_Task_Badge extends CRM_Event_Form_Task { */ public $_componentClause; + /** + * The context this page is being rendered in + * + * @var string + */ + protected $_context; + /** * Build all the data structures needed to build the form. * -- 2.25.1