From 54f8b0cd80af0624c540fd6751279be5ca440f48 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 15 Sep 2021 16:07:58 -0700 Subject: [PATCH] RecurringEdit - Typehint getters/setters. Make property name conformant. --- CRM/Contribute/WorkflowMessage/RecurringEdit.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CRM/Contribute/WorkflowMessage/RecurringEdit.php b/CRM/Contribute/WorkflowMessage/RecurringEdit.php index 3af455351e..c736686cf4 100644 --- a/CRM/Contribute/WorkflowMessage/RecurringEdit.php +++ b/CRM/Contribute/WorkflowMessage/RecurringEdit.php @@ -1,5 +1,11 @@