[NFC] Fix style error
authorSeamus Lee <seamuslee001@gmail.com>
Fri, 14 Feb 2020 23:58:14 +0000 (10:58 +1100)
committerSeamus Lee <seamuslee001@gmail.com>
Fri, 14 Feb 2020 23:58:14 +0000 (10:58 +1100)
Civi/Payment/PropertyBag.php

index cb9a6a0fe8c2918ea328fa8a3db9721a4a8eaa51..6cea55241e7ec38f40ffe0c4bf99e3b59f018e1f 100644 (file)
@@ -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' => []];