Completed
Push — master ( 5c5d9b...daf6ed )
by Igor
02:01
created
Merchant.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@
 block discarded – undo
165 165
     protected function innerXML(\SimpleXMLElement $node)
166 166
     {
167 167
         $content = "";
168
-        foreach($node->children() as $child) {
168
+        foreach ($node->children() as $child) {
169 169
             $content .= $child->asXML();
170 170
         }
171 171
         return $content;
Please login to merge, or discard this patch.