Completed
Push — master ( 3ab7a7...596c88 )
by Roberto
11:02 queued 08:38
created
src/Factories/EvtTotal.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -288,7 +288,7 @@
 block discarded – undo
288 288
             }
289 289
         }
290 290
         if (!empty($this->std->rcoml)) {
291
-            foreach($this->std->rcoml as $r) {
291
+            foreach ($this->std->rcoml as $r) {
292 292
                 $rComl = $this->dom->createElement("RComl");
293 293
                 $this->dom->addChild(
294 294
                     $rComl,
Please login to merge, or discard this patch.