From: Seamus Lee Date: Fri, 14 Feb 2020 23:58:14 +0000 (+1100) Subject: [NFC] Fix style error X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b679387ec24329185549979ee404f5fc5198ce08;p=civicrm-core.git [NFC] Fix style error --- 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' => []];