Merge pull request #22027 from braders/fix-graph-empty-logic
[civicrm-core.git] / Civi / Payment / PropertyBag.php
index 23f096d845bcbfb0dffe1bb3c2dc50283d83fa37..25e4a1d3698f6fb00cc85f690b0821a173c976ec 100644 (file)
@@ -300,7 +300,7 @@ class PropertyBag implements \ArrayAccess {
    *
    * @return PropertyBag $this object so you can chain set setters.
    */
-  protected function set($prop, $label = 'default', $value) {
+  protected function set($prop, $label, $value) {
     $this->props[$label][$prop] = $value;
     return $this;
   }