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

Commit

Permalink
Merge branch 'fix.cs.addspace.after.cast' of git://github.com/samsona…
Browse files Browse the repository at this point in the history
…sik/zf2 into hotfix/3127
  • 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 bacdaf1

Please sign in to comment.