Completed
Push — master ( 16c231...cc821a )
by Greg
10s
created
src/StructuredData/Xml/XmlSchema.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
             return $childElementName;
59 59
         }
60 60
         if (is_object($value)) {
61
-            $value = (array)$value;
61
+            $value = (array) $value;
62 62
         }
63 63
         if (!is_array($value)) {
64 64
             return $key;
Please login to merge, or discard this patch.