Passed
Pull Request — master (#103)
by
unknown
01:53
created
src/Make.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -370,7 +370,7 @@
 block discarded – undo
370 370
         }
371 371
         $this->dom->appChild($this->infMDFe, $this->tot, 'Falta tag "tot"');
372 372
         
373
-        if(!empty($this->lacres)){
373
+        if (!empty($this->lacres)) {
374 374
             foreach ($this->lacres as $lacres) {
375 375
                 $this->dom->appChild($this->infMDFe, $lacres, 'Falta tag "lacres"');
376 376
             }
Please login to merge, or discard this patch.