Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Mar 12, 2016
1 parent 8866ad5 commit 5999804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Serializer/functions.php
Expand Up @@ -63,7 +63,7 @@ function valueObject(Writer $writer, $valueObject, $namespace) {
if (is_array($val)) {
// If $val is an array, it has a special meaning. We need to
// generate one child element for each item in $val
foreach($val as $child) {
foreach ($val as $child) {
$writer->writeElement('{' . $namespace . '}' . $key, $child);
}

Expand Down

0 comments on commit 5999804

Please sign in to comment.