Passed
Push — master ( 2b0481...2e1257 )
by
unknown
01:01 queued 11s
created
src/Make.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1578,7 +1578,7 @@
 block discarded – undo
1578 1578
         );
1579 1579
 
1580 1580
 
1581
-        if (empty($std->infLotacao)  and count($this->infCTe)==1) {
1581
+        if (empty($std->infLotacao) and count($this->infCTe) == 1) {
1582 1582
             $this->errors[] = "Tag infLotacao é obrigatória quando só existir um Documento informado!";
1583 1583
         }
1584 1584
         
Please login to merge, or discard this patch.