From 2cc68433d48365d84f6e301989eb806f1ded54c1 Mon Sep 17 00:00:00 2001 From: colemanw Date: Thu, 8 Jun 2023 19:03:50 -0400 Subject: [PATCH] Remove redundant variable declared in the parent class --- CRM/Admin/Form/Generic.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Admin/Form/Generic.php b/CRM/Admin/Form/Generic.php index 10e6765c6f..8f996a2886 100644 --- a/CRM/Admin/Form/Generic.php +++ b/CRM/Admin/Form/Generic.php @@ -24,7 +24,6 @@ class CRM_Admin_Form_Generic extends CRM_Core_Form { use CRM_Admin_Form_SettingTrait; protected $_settings = []; - public $_defaults = []; /** * @var bool -- 2.25.1