From b7c56915462903ec8fcec96a94eff24a8fc52b9f Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 11 Nov 2022 15:41:13 +1300 Subject: [PATCH] Remove php8-specific coding pattern --- Civi/Payment/PropertyBag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Civi/Payment/PropertyBag.php b/Civi/Payment/PropertyBag.php index 9fcdc12776fa..e25b78f52836 100644 --- a/Civi/Payment/PropertyBag.php +++ b/Civi/Payment/PropertyBag.php @@ -97,7 +97,7 @@ class PropertyBag implements \ArrayAccess { * * @var string */ - public string $ignoreDeprecatedWarningsInFunction = ''; + public $ignoreDeprecatedWarningsInFunction = ''; /** * @var bool