Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/3127' into develop
Browse files Browse the repository at this point in the history
Forward port zendframework/zendframework#3127

Conflicts:
	library/Zend/Cache/Storage/Adapter/Memcached.php
	library/Zend/Cache/Storage/Adapter/MemcachedOptions.php
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Formatter/Xml.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public function format($event)
} elseif ($key == "extra" && empty($value)) {
continue;
}
$elt->appendChild(new DOMElement($key, (string)$value));
$elt->appendChild(new DOMElement($key, (string) $value));
}
}

Expand Down

0 comments on commit d0711aa

Please sign in to comment.