Completed
Push — master ( d08d87...2458b3 )
by Roberto
03:56 queued 01:52
created
src/Make.php 1 patch
Spacing   +20 added lines, -20 removed lines patch added patch discarded remove patch
@@ -1137,7 +1137,7 @@  discard block
 block discarded – undo
1137 1137
     {
1138 1138
         $identificador = '#4 <infPercurso> - ';
1139 1139
         $this->infPercurso[] = $this->dom->createElement('infPercurso');
1140
-        $posicao = (int)count($this->infPercurso) - 1;
1140
+        $posicao = (int) count($this->infPercurso) - 1;
1141 1141
         $this->dom->addChild(
1142 1142
             $this->infPercurso[$posicao],
1143 1143
             'UFPer',
@@ -1654,7 +1654,7 @@  discard block
 block discarded – undo
1654 1654
     {
1655 1655
         $identificador = '#65 <pass> - ';
1656 1656
         $this->pass[] = $this->dom->createElement('pass');
1657
-        $posicao = (int)count($this->pass) - 1;
1657
+        $posicao = (int) count($this->pass) - 1;
1658 1658
         $this->dom->addChild(
1659 1659
             $this->pass[$posicao],
1660 1660
             'xPass',
@@ -1853,7 +1853,7 @@  discard block
 block discarded – undo
1853 1853
         $identificador = '#91 <ObsCont> - ';
1854 1854
         if (count($this->obsCont) <= 10) {
1855 1855
             $this->obsCont[] = $this->dom->createElement('ObsCont');
1856
-            $posicao = (int)count($this->obsCont) - 1;
1856
+            $posicao = (int) count($this->obsCont) - 1;
1857 1857
             $this->obsCont[$posicao]->setAttribute('xCampo', $std->xCampo);
1858 1858
             $this->dom->addChild(
1859 1859
                 $this->obsCont[$posicao],
@@ -1865,9 +1865,9 @@  discard block
 block discarded – undo
1865 1865
             return true;
1866 1866
         }
1867 1867
         $this->errors[] = array(
1868
-            'tag' => (string)'<ObsCont>',
1869
-            'desc' => (string)'Campo de uso livre do contribuinte',
1870
-            'erro' => (string)'Tag deve aparecer de 0 a 10 vezes'
1868
+            'tag' => (string) '<ObsCont>',
1869
+            'desc' => (string) 'Campo de uso livre do contribuinte',
1870
+            'erro' => (string) 'Tag deve aparecer de 0 a 10 vezes'
1871 1871
         );
1872 1872
         return false;
1873 1873
     }
@@ -1886,7 +1886,7 @@  discard block
 block discarded – undo
1886 1886
         $identificador = '#94 <ObsFisco> - ';
1887 1887
         if (count($this->obsFisco) <= 10) {
1888 1888
             $this->obsFisco[] = $this->dom->createElement('ObsFisco');
1889
-            $posicao = (int)count($this->obsFisco) - 1;
1889
+            $posicao = (int) count($this->obsFisco) - 1;
1890 1890
             $this->obsFisco[$posicao]->setAttribute('xCampo', $std->xCampo);
1891 1891
             $this->dom->addChild(
1892 1892
                 $this->obsFisco[$posicao],
@@ -1898,9 +1898,9 @@  discard block
 block discarded – undo
1898 1898
             return true;
1899 1899
         }
1900 1900
         $this->errors[] = array(
1901
-            'tag' => (string)'<ObsFisco>',
1902
-            'desc' => (string)'Campo de uso livre do contribuinte',
1903
-            'erro' => (string)'Tag deve aparecer de 0 a 10 vezes'
1901
+            'tag' => (string) '<ObsFisco>',
1902
+            'desc' => (string) 'Campo de uso livre do contribuinte',
1903
+            'erro' => (string) 'Tag deve aparecer de 0 a 10 vezes'
1904 1904
         );
1905 1905
         return false;
1906 1906
     }
@@ -2772,7 +2772,7 @@  discard block
 block discarded – undo
2772 2772
     {
2773 2773
         $identificador = '#65 <pass> - ';
2774 2774
         $this->comp[] = $this->dom->createElement('Comp');
2775
-        $posicao = (int)count($this->comp) - 1;
2775
+        $posicao = (int) count($this->comp) - 1;
2776 2776
         $this->dom->addChild(
2777 2777
             $this->comp[$posicao],
2778 2778
             'xNome',
@@ -3169,7 +3169,7 @@  discard block
 block discarded – undo
3169 3169
     {
3170 3170
         $identificador = '#257 <infQ> - ';
3171 3171
         $this->infQ[] = $this->dom->createElement('infQ');
3172
-        $posicao = (int)count($this->infQ) - 1;
3172
+        $posicao = (int) count($this->infQ) - 1;
3173 3173
         $this->dom->addChild($this->infQ[$posicao], 'cUnid', $std->cUnid, true, $identificador . 'Código da
3174 3174
             Unidade de Medida');
3175 3175
         $this->dom->addChild($this->infQ[$posicao], 'tpMed', $std->tpMed, true, $identificador . 'Tipo da Medida');
@@ -3220,7 +3220,7 @@  discard block
 block discarded – undo
3220 3220
     {
3221 3221
         $identificador = '#262 <infNF> - ';
3222 3222
         $this->infNF[] = $this->dom->createElement('infNF');
3223
-        $posicao = (int)count($this->infNF) - 1;
3223
+        $posicao = (int) count($this->infNF) - 1;
3224 3224
 
3225 3225
         $this->dom->addChild($this->infNF[$posicao], 'nRoma', $std->nRoma, false, $identificador . 'Número do
3226 3226
             Romaneio da NF');
@@ -3261,7 +3261,7 @@  discard block
 block discarded – undo
3261 3261
     {
3262 3262
         $identificador = '#297 <infNFe> - ';
3263 3263
         $this->infNFe[] = $this->dom->createElement('infNFe');
3264
-        $posicao = (int)count($this->infNFe) - 1;
3264
+        $posicao = (int) count($this->infNFe) - 1;
3265 3265
         $this->dom->addChild(
3266 3266
             $this->infNFe[$posicao],
3267 3267
             'chave',
@@ -3296,7 +3296,7 @@  discard block
 block discarded – undo
3296 3296
     {
3297 3297
         $ident = '#319 <infOutros> - ';
3298 3298
         $this->infOutros[] = $this->dom->createElement('infOutros');
3299
-        $posicao = (int)count($this->infOutros) - 1;
3299
+        $posicao = (int) count($this->infOutros) - 1;
3300 3300
         $this->dom->addChild($this->infOutros[$posicao], 'tpDoc', $std->tpDoc, true, $ident . 'Tipo '
3301 3301
             . 'de documento originário');
3302 3302
         $this->dom->addChild($this->infOutros[$posicao], 'descOutros', $std->descOutros, false, $ident . 'Descrição '
@@ -3321,7 +3321,7 @@  discard block
 block discarded – undo
3321 3321
     {
3322 3322
         $ident = '#319 <infDocRef> - ';
3323 3323
         $this->infDocRef[] = $this->dom->createElement('infDocRef');
3324
-        $posicao = (int)count($this->infDocRef) - 1;
3324
+        $posicao = (int) count($this->infDocRef) - 1;
3325 3325
         $this->dom->addChild($this->infDocRef[$posicao], 'nDoc', $std->nDoc, false, $ident . 'Número '
3326 3326
             . 'do documento');
3327 3327
         $this->dom->addChild($this->infDocRef[$posicao], 'serie', $std->serie, false, $ident . 'Série '
@@ -3344,7 +3344,7 @@  discard block
 block discarded – undo
3344 3344
     {
3345 3345
         $identificador = '#345 <emiDocAnt> - ';
3346 3346
         $this->emiDocAnt[] = $this->dom->createElement('emiDocAnt');
3347
-        $posicao = (int)count($this->emiDocAnt) - 1;
3347
+        $posicao = (int) count($this->emiDocAnt) - 1;
3348 3348
         if ($std->CNPJ != '') {
3349 3349
             $this->dom->addChild(
3350 3350
                 $this->emiDocAnt[$posicao],
@@ -3385,7 +3385,7 @@  discard block
 block discarded – undo
3385 3385
     {
3386 3386
         $identificador = '#358 <idDocAntEle> - ';
3387 3387
         $this->idDocAntEle[count($this->emiDocAnt) - 1][] = $this->dom->createElement('idDocAntEle');
3388
-        $posicao = (int)count($this->idDocAntEle[count($this->emiDocAnt) - 1]) - 1;
3388
+        $posicao = (int) count($this->idDocAntEle[count($this->emiDocAnt) - 1]) - 1;
3389 3389
         $this->dom->addChild(
3390 3390
             $this->idDocAntEle[count($this->emiDocAnt) - 1][$posicao],
3391 3391
             'chCTe',
@@ -3407,7 +3407,7 @@  discard block
 block discarded – undo
3407 3407
     {
3408 3408
         $identificador = '#360 <seg> - ';
3409 3409
         $this->seg[] = $this->dom->createElement('seg');
3410
-        $posicao = (int)count($this->seg) - 1;
3410
+        $posicao = (int) count($this->seg) - 1;
3411 3411
 
3412 3412
         $this->dom->addChild($this->seg[$posicao], 'respSeg', $std->respSeg, true, $identificador . 'Responsável
3413 3413
             pelo Seguro');
@@ -3428,7 +3428,7 @@  discard block
 block discarded – undo
3428 3428
         $identificador = '#358 <idDocAntPap> - ';
3429 3429
 
3430 3430
         $this->idDocAntPap[count($this->emiDocAnt) - 1][] = $this->dom->createElement('idDocAntPap');
3431
-        $posicao = (int)count($this->idDocAntPap[count($this->emiDocAnt) - 1]) - 1;
3431
+        $posicao = (int) count($this->idDocAntPap[count($this->emiDocAnt) - 1]) - 1;
3432 3432
 
3433 3433
         $this->dom->addChild(
3434 3434
             $this->idDocAntPap[count($this->emiDocAnt) - 1][$posicao],
Please login to merge, or discard this patch.