Completed
Push — master ( 794713...b1daba )
by Gareth
03:23
created
src/API/Type.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
         }
124 124
 
125 125
         if (is_array($property)) {
126
-            return array_map(function ($property) {
126
+            return array_map(function($property) {
127 127
                 if ($property instanceof Type) {
128 128
                     return $property->toXmlObject();
129 129
                 }
Please login to merge, or discard this patch.