From b679387ec24329185549979ee404f5fc5198ce08 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sat, 15 Feb 2020 10:58:14 +1100 Subject: [PATCH] [NFC] Fix style error --- Civi/Payment/PropertyBag.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Civi/Payment/PropertyBag.php b/Civi/Payment/PropertyBag.php index cb9a6a0fe8..6cea55241e 100644 --- a/Civi/Payment/PropertyBag.php +++ b/Civi/Payment/PropertyBag.php @@ -22,7 +22,9 @@ use CRM_Core_PseudoConstant; */ class PropertyBag implements \ArrayAccess { /** - * @var array - see legacyWarning */ + * @var array + * - see legacyWarning + */ public static $legacyWarnings = []; protected $props = ['default' => []]; -- 2.25.1