From dce9423bdef6642986c51455ea26b50daddcb83d Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 15 Sep 2023 15:05:24 +1200 Subject: [PATCH] Remove outdated code comment --- CRM/Core/Action.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CRM/Core/Action.php b/CRM/Core/Action.php index faa335682f..eed5724a99 100644 --- a/CRM/Core/Action.php +++ b/CRM/Core/Action.php @@ -20,12 +20,11 @@ class CRM_Core_Action { /** - * Different possible actions are defined here. Keep in sync with the - * constant from CRM_Core_Form for various modes. + * Different possible actions are defined here. * * @var int */ - const + public const NONE = 0, ADD = 1, UPDATE = 2, -- 2.25.1