Passed
Pull Request — master (#510)
by
unknown
09:33
created
examples/ICMS_IPI/BlocoZero.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 try {
10 10
     $b0 = new Block0();
11 11
     
12
-     //0000 Obrigatório [1:1]
12
+        //0000 Obrigatório [1:1]
13 13
     //Abertura do Arquivo Digital e Identificação da entidade
14 14
     $std = new stdClass();
15 15
     $std->cod_ver = '001'; 
Please login to merge, or discard this patch.
src/Elements/ICMSIPI/C165.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
             'regex' => '^\d+(\.\d*)?|\.\d+$',
60 60
             'required' => false,
61 61
             'info' => 'Temperatura em graus Celsius utilizada para '.
62
-                      'quantificação do volume de combustível',
62
+                        'quantificação do volume de combustível',
63 63
             'format' => '3v2'
64 64
         ],
65 65
         'QTD_VOL' => [
Please login to merge, or discard this patch.
src/Elements/ICMSIPI/E310.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -220,7 +220,7 @@
 block discarded – undo
220 220
             ."ser igual a ZERO.");
221 221
         }
222 222
 
223
-         /*
223
+            /*
224 224
          * Campo 18 (VL_SLD_DEV_ANT_FCP) Validação: Se (VL_TOT_DEB_FCP + VL_OUT_DEB_FCP) menos (VL_SLD_CRED_ANT_FCP
225 225
          * + VL_TOT_CRED_FCP + VL_OUT_CRED_FCP) for maior ou igual a ZERO, então o resultado deverá ser igual ao
226 226
          * VL_SLD_DEV_ANT_FCP; senão VL_SLD_DEV_ANT_FCP deve ser igual a ZERO.
Please login to merge, or discard this patch.
src/Elements/ICMSIPI/C430.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
             'info' => 'Código Fiscal de Operação e Prestação',
131 131
             'format' => ''
132 132
         ],
133
-     ];
133
+        ];
134 134
 
135 135
     /**
136 136
      * Constructor
Please login to merge, or discard this patch.
src/Elements/ICMSIPI/C380.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
             'info' => 'Código Fiscal de Operação e Prestação',
130 130
             'format' => ''
131 131
         ]
132
-     ];
132
+        ];
133 133
     
134 134
     /**
135 135
      * Constructor
Please login to merge, or discard this patch.