projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ac50fd
)
[NFC] Fix style error
author
Seamus Lee
<seamuslee001@gmail.com>
Fri, 14 Feb 2020 23:58:14 +0000
(10:58 +1100)
committer
Seamus Lee
<seamuslee001@gmail.com>
Fri, 14 Feb 2020 23:58:14 +0000
(10:58 +1100)
Civi/Payment/PropertyBag.php
patch
|
blob
|
blame
|
history
diff --git
a/Civi/Payment/PropertyBag.php
b/Civi/Payment/PropertyBag.php
index cb9a6a0fe8c2918ea328fa8a3db9721a4a8eaa51..6cea55241e7ec38f40ffe0c4bf99e3b59f018e1f 100644
(file)
--- 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' => []];