We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d512d commit fb07d78Copy full SHA for fb07d78
lib/Serializer/functions.php
@@ -63,7 +63,7 @@ function valueObject(Writer $writer, $valueObject, $namespace) {
63
if (is_array($val)) {
64
// If $val is an array, it has a special meaning. We need to
65
// generate one child element for each item in $val
66
- foreach($val as $child) {
+ foreach ($val as $child) {
67
$writer->writeElement('{' . $namespace . '}' . $key, $child);
68
}
69
0 commit comments