@@ -777,7 +777,6 @@ |
||
777 | 777 | |
778 | 778 | /** |
779 | 779 | * Create tag comb [LA] |
780 | - * @param stdClass $std |
|
781 | 780 | * @return void |
782 | 781 | */ |
783 | 782 | protected function buildLAEntity() |
@@ -16,7 +16,6 @@ |
||
16 | 16 | * @link http://github.com/nfephp-org/sped-nfe for the canonical source repository |
17 | 17 | */ |
18 | 18 | |
19 | -use NFePHP\Common\Strings; |
|
20 | 19 | use NFePHP\CTe\Make; |
21 | 20 | use NFePHP\CTe\Exception\DocumentsException; |
22 | 21 | use stdClass; |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | public function __construct($version = '3.10') |
108 | 108 | { |
109 | 109 | $ver = str_replace('.', '', $version); |
110 | - $path = realpath(__DIR__."/../../storage/txtstructure$ver.json"); |
|
110 | + $path = realpath(__DIR__ . "/../../storage/txtstructure$ver.json"); |
|
111 | 111 | $this->structure = json_decode(file_get_contents($path), true); |
112 | 112 | $this->make = new Make(); |
113 | 113 | } |
@@ -138,7 +138,7 @@ discard block |
||
138 | 138 | if (empty($fields)) { |
139 | 139 | continue; |
140 | 140 | } |
141 | - $metodo = strtolower(str_replace(' ', '', $fields[0])).'Entity'; |
|
141 | + $metodo = strtolower(str_replace(' ', '', $fields[0])) . 'Entity'; |
|
142 | 142 | if (!method_exists(__CLASS__, $metodo)) { |
143 | 143 | //campo não definido |
144 | 144 | throw DocumentsException::wrongDocument(16, $lin); |
@@ -158,7 +158,7 @@ discard block |
||
158 | 158 | protected static function fieldsToStd($dfls, $struct) |
159 | 159 | { |
160 | 160 | $sfls = explode('|', $struct); |
161 | - $len = count($sfls)-1; |
|
161 | + $len = count($sfls) - 1; |
|
162 | 162 | $std = new \stdClass(); |
163 | 163 | for ($i = 1; $i < $len; $i++) { |
164 | 164 | $name = $sfls[$i]; |
@@ -1231,7 +1231,7 @@ discard block |
||
1231 | 1231 | $this->stdPIS->CST = $std->CST; |
1232 | 1232 | $this->stdPIS->vPIS = $std->vPIS; |
1233 | 1233 | $this->stdPIS->qBCProd = $std->qBCProd; |
1234 | - $this->stdPIS->vAliqProd = $std->vAliqProd; |
|
1234 | + $this->stdPIS->vAliqProd = $std->vAliqProd; |
|
1235 | 1235 | $this->buildQEntity(); |
1236 | 1236 | } |
1237 | 1237 | |
@@ -1282,7 +1282,7 @@ discard block |
||
1282 | 1282 | protected function q10Entity($std) |
1283 | 1283 | { |
1284 | 1284 | $this->stdPIS->qBCProd = $std->qBCProd; |
1285 | - $this->stdPIS->vAliqProd = $std->vAliqProd; |
|
1285 | + $this->stdPIS->vAliqProd = $std->vAliqProd; |
|
1286 | 1286 | $this->buildQEntity(); |
1287 | 1287 | } |
1288 | 1288 |
@@ -48,9 +48,9 @@ |
||
48 | 48 | */ |
49 | 49 | protected static function validInputData(stdClass $data) |
50 | 50 | { |
51 | - $filejsonschema = __DIR__. "/../../storage/config_json.schema"; |
|
51 | + $filejsonschema = __DIR__ . "/../../storage/config_json.schema"; |
|
52 | 52 | $validator = new JsonValid(); |
53 | - $validator->check($data, (object)['$ref' => 'file://' . $filejsonschema]); |
|
53 | + $validator->check($data, (object) ['$ref' => 'file://' . $filejsonschema]); |
|
54 | 54 | if (!$validator->isValid()) { |
55 | 55 | $msg = ""; |
56 | 56 | foreach ($validator->getErrors() as $error) { |
@@ -30,7 +30,7 @@ discard block |
||
30 | 30 | { |
31 | 31 | $path = realpath(__DIR__ . "/../../storage"); |
32 | 32 | $json = file_get_contents( |
33 | - $path . '/txtstructure' . ($version*100) . '.json' |
|
33 | + $path . '/txtstructure' . ($version * 100) . '.json' |
|
34 | 34 | ); |
35 | 35 | self::$entities = json_decode($json, true); |
36 | 36 | } |
@@ -81,7 +81,7 @@ discard block |
||
81 | 81 | if ($default != $count) { |
82 | 82 | self::$errors[] = "ERRO: O número de parâmetros na linha " |
83 | 83 | . "está errado (esperado #$default) -> (encontrado #$count). [ $row ] Esperado [ " |
84 | - . self::$entities[$ref]." ]"; |
|
84 | + . self::$entities[$ref] . " ]"; |
|
85 | 85 | } |
86 | 86 | foreach ($fields as $field) { |
87 | 87 | if ($field != trim($field)) { |
@@ -1056,7 +1056,6 @@ discard block |
||
1056 | 1056 | * e adiciona ao grupo ide |
1057 | 1057 | * #35 |
1058 | 1058 | * Nível: 2 |
1059 | - * @param string $toma Tomador do Serviço |
|
1060 | 1059 | * @param stdClass $std |
1061 | 1060 | * @return \DOMElement |
1062 | 1061 | */ |
@@ -1748,6 +1747,7 @@ discard block |
||
1748 | 1747 | * Os parâmetros para esta função são todos os elementos da tag "ObsCont" do |
1749 | 1748 | * tipo elemento (Ele = E|CE|A) e nível 3 |
1750 | 1749 | * |
1750 | + * @param stdClass $std |
|
1751 | 1751 | * @return boolean |
1752 | 1752 | */ |
1753 | 1753 | public function tagobsCont($std) |
@@ -1781,6 +1781,7 @@ discard block |
||
1781 | 1781 | * Os parâmetros para esta função são todos os elementos da tag "ObsFisco" do tipo |
1782 | 1782 | * elemento (Ele = E|CE|A) e nível 3 |
1783 | 1783 | * |
1784 | + * @param stdClass $std |
|
1784 | 1785 | * @return boolean |
1785 | 1786 | */ |
1786 | 1787 | public function tagobsFisco($std) |
@@ -1814,6 +1815,7 @@ discard block |
||
1814 | 1815 | * Os parâmetros para esta função são todos os elementos da tag "emit" do |
1815 | 1816 | * tipo elemento (Ele = E|CE|A) e nível 2 |
1816 | 1817 | * |
1818 | + * @param stdClass $std |
|
1817 | 1819 | * @return \DOMElement |
1818 | 1820 | */ |
1819 | 1821 | public function tagemit($std) |
@@ -1865,6 +1867,7 @@ discard block |
||
1865 | 1867 | * Os parâmetros para esta função são todos os elementos da tag "enderEmit" do |
1866 | 1868 | * tipo elemento (Ele = E|CE|A) e nível 3 |
1867 | 1869 | * |
1870 | + * @param stdClass $std |
|
1868 | 1871 | * @return \DOMElement |
1869 | 1872 | */ |
1870 | 1873 | public function tagenderEmit($std) |
@@ -2461,6 +2464,7 @@ discard block |
||
2461 | 2464 | * Os parâmetros para esta função são todos os elementos da tag "dest" do |
2462 | 2465 | * tipo elemento (Ele = E|CE|A) e nível 2 |
2463 | 2466 | * |
2467 | + * @param stdClass $std |
|
2464 | 2468 | * @return \DOMElement |
2465 | 2469 | */ |
2466 | 2470 | public function tagdest($std) |
@@ -2550,6 +2554,7 @@ discard block |
||
2550 | 2554 | * Os parâmetros para esta função são todos os elementos da tag "enderDest" do |
2551 | 2555 | * tipo elemento (Ele = E|CE|A) e nível 3 |
2552 | 2556 | * |
2557 | + * @param stdClass $std |
|
2553 | 2558 | * @return \DOMElement |
2554 | 2559 | */ |
2555 | 2560 | public function tagenderDest($std) |
@@ -2697,6 +2702,7 @@ discard block |
||
2697 | 2702 | * Informações relativas ao ICMS |
2698 | 2703 | * #194 |
2699 | 2704 | * |
2705 | + * @param stdClass $std |
|
2700 | 2706 | * @return DOMElement |
2701 | 2707 | */ |
2702 | 2708 | public function tagicms($std) |
@@ -3160,6 +3166,7 @@ discard block |
||
3160 | 3166 | * Gera as tags para o elemento: "infNFe" (Informações das NF-e) |
3161 | 3167 | * #297 |
3162 | 3168 | * Nível: 3 |
3169 | + * @param stdClass $std |
|
3163 | 3170 | * @return mixed |
3164 | 3171 | */ |
3165 | 3172 | public function taginfNFe($std) |
@@ -3322,7 +3329,6 @@ discard block |
||
3322 | 3329 | * Gera as tags para o elemento: "infModal" (Informações do modal) |
3323 | 3330 | * #366 |
3324 | 3331 | * Nível: 2 |
3325 | - * @param string $versaoModal |
|
3326 | 3332 | * @return DOMElement|\DOMNode |
3327 | 3333 | */ |
3328 | 3334 | public function taginfModal($std) |
@@ -3490,7 +3496,6 @@ discard block |
||
3490 | 3496 | |
3491 | 3497 | /** |
3492 | 3498 | * CT-e de substituição - tomaICMS |
3493 | - * @param type $std |
|
3494 | 3499 | * @return type |
3495 | 3500 | */ |
3496 | 3501 | public function tagtomaICMS() |
@@ -3502,7 +3507,7 @@ discard block |
||
3502 | 3507 | |
3503 | 3508 | /** |
3504 | 3509 | * CT-e de substituição - NF-e |
3505 | - * @param type $std |
|
3510 | + * @param stdClass $std |
|
3506 | 3511 | * @return type |
3507 | 3512 | */ |
3508 | 3513 | public function tagrefNFe($std) |
@@ -3524,7 +3529,7 @@ discard block |
||
3524 | 3529 | |
3525 | 3530 | /** |
3526 | 3531 | * CT-e de substituição - NF |
3527 | - * @param type $std |
|
3532 | + * @param stdClass $std |
|
3528 | 3533 | * @return type |
3529 | 3534 | */ |
3530 | 3535 | public function tagrefNF($std) |
@@ -3567,7 +3572,7 @@ discard block |
||
3567 | 3572 | |
3568 | 3573 | /** |
3569 | 3574 | * CT-e de substituição - CT-e |
3570 | - * @param type $std |
|
3575 | + * @param stdClass $std |
|
3571 | 3576 | * @return type |
3572 | 3577 | */ |
3573 | 3578 | public function tagrefCTe($std) |
@@ -3822,6 +3827,7 @@ discard block |
||
3822 | 3827 | * Nível: 1 |
3823 | 3828 | * Os parâmetros para esta função são todos os elementos da tag "autXML" |
3824 | 3829 | * |
3830 | + * @param stdClass $std |
|
3825 | 3831 | * @return boolean |
3826 | 3832 | */ |
3827 | 3833 | public function tagautXML($std) |
@@ -36,7 +36,7 @@ |
||
36 | 36 | $dtEmi = new DateTime($ide->getElementsByTagName('dhEmi')->item(0)->nodeValue); |
37 | 37 | $ano = $dtEmi->format('y'); |
38 | 38 | $mes = $dtEmi->format('m'); |
39 | - $tpEmis = (string)$contingency->tpEmis; |
|
39 | + $tpEmis = (string) $contingency->tpEmis; |
|
40 | 40 | $emit = $dom->getElementsByTagName('emit')->item(0); |
41 | 41 | $cnpj = $emit->getElementsByTagName('CNPJ')->item(0)->nodeValue; |
42 | 42 |
@@ -114,7 +114,7 @@ |
||
114 | 114 | $type = strtoupper(str_replace('-', '', $type)); |
115 | 115 | |
116 | 116 | if (empty($type)) { |
117 | - $type = (string)$list[$acronym]; |
|
117 | + $type = (string) $list[$acronym]; |
|
118 | 118 | } |
119 | 119 | $this->config = $this->configBuild($dt->getTimestamp(), $motive, $type); |
120 | 120 | return $this->__toString(); |
@@ -129,7 +129,7 @@ discard block |
||
129 | 129 | throw DocumentsException::wrongDocument(3, "<protCTe>"); |
130 | 130 | } |
131 | 131 | $infProt = $ret->getElementsByTagName('infProt')->item(0); |
132 | - $cStat = $infProt->getElementsByTagName('cStat')->item(0)->nodeValue; |
|
132 | + $cStat = $infProt->getElementsByTagName('cStat')->item(0)->nodeValue; |
|
133 | 133 | $xMotivo = $infProt->getElementsByTagName('xMotivo')->item(0)->nodeValue; |
134 | 134 | $dig = $infProt->getElementsByTagName("digVal")->item(0); |
135 | 135 | $digProt = '000'; |
@@ -186,7 +186,7 @@ discard block |
||
186 | 186 | throw DocumentsException::wrongDocument(3, "<protCTe>"); |
187 | 187 | } |
188 | 188 | $infProt = $ret->getElementsByTagName('infProt')->item(0); |
189 | - $cStat = $infProt->getElementsByTagName('cStat')->item(0)->nodeValue; |
|
189 | + $cStat = $infProt->getElementsByTagName('cStat')->item(0)->nodeValue; |
|
190 | 190 | $xMotivo = $infProt->getElementsByTagName('xMotivo')->item(0)->nodeValue; |
191 | 191 | $dig = $infProt->getElementsByTagName("digVal")->item(0); |
192 | 192 | $digProt = '000'; |
@@ -239,7 +239,7 @@ discard block |
||
239 | 239 | // $resLote = $ret->getElementsByTagName('idLote')->item(0)->nodeValue; |
240 | 240 | //extrai a rag retEvento da resposta (retorno da SEFAZ) |
241 | 241 | $retEv = $ret->getElementsByTagName('retEventoCTe')->item(0); |
242 | - $cStat = $retEv->getElementsByTagName('cStat')->item(0)->nodeValue; |
|
242 | + $cStat = $retEv->getElementsByTagName('cStat')->item(0)->nodeValue; |
|
243 | 243 | $xMotivo = $retEv->getElementsByTagName('xMotivo')->item(0)->nodeValue; |
244 | 244 | $tpEvento = $retEv->getElementsByTagName('tpEvento')->item(0)->nodeValue; |
245 | 245 | $cStatValids = ['135', '136']; |
@@ -389,8 +389,7 @@ |
||
389 | 389 | } |
390 | 390 | |
391 | 391 | /** |
392 | - * @param string $Dom CTe xml content |
|
393 | - * @param string $xml CTe xml content |
|
392 | + * @param string $modal |
|
394 | 393 | * @return string|bool |
395 | 394 | * @todo |
396 | 395 | * Retorna o xml do modal especifico |
@@ -338,7 +338,7 @@ |
||
338 | 338 | $signed = $this->addQRCode($dom); |
339 | 339 | } |
340 | 340 | $this->isValid($this->versao, $signed, $method); |
341 | - $modal = (int)$dom->getElementsByTagName('modal')->item(0)->nodeValue; |
|
341 | + $modal = (int) $dom->getElementsByTagName('modal')->item(0)->nodeValue; |
|
342 | 342 | if ($modelo != 67) { |
343 | 343 | switch ($modal) { |
344 | 344 | case 1: |
@@ -379,7 +379,7 @@ discard block |
||
379 | 379 | . ((strlen($this->config->cnpj)==14) ? |
380 | 380 | "<CNPJ>".$this->config->cnpj."</CNPJ>" : |
381 | 381 | "<CPF>".$this->config->cnpj."</CPF>" |
382 | - ) |
|
382 | + ) |
|
383 | 383 | . $tagNSU."</distDFeInt>"; |
384 | 384 | //valida o xml da requisição |
385 | 385 | $this->isValid($this->urlVersion, $consulta, 'distDFeInt'); |
@@ -726,7 +726,7 @@ discard block |
||
726 | 726 | . ((strlen($this->config->cnpj)==14) ? |
727 | 727 | "<CNPJ>".$this->config->cnpj."</CNPJ>" : |
728 | 728 | "<CPF>".$this->config->cnpj."</CPF>" |
729 | - ) |
|
729 | + ) |
|
730 | 730 | . $tagChave."</distDFeInt>"; |
731 | 731 | //valida o xml da requisição |
732 | 732 | $this->isValid($this->urlVersion, $consulta, 'distDFeInt'); |
@@ -81,7 +81,7 @@ discard block |
||
81 | 81 | if ($compactar) { |
82 | 82 | $gzdata = base64_encode(gzencode($cons, 9, FORCE_GZIP)); |
83 | 83 | $body = "<cteDadosMsgZip xmlns=\"$this->urlNamespace\">$gzdata</cteDadosMsgZip>"; |
84 | - $method = $this->urlMethod."Zip"; |
|
84 | + $method = $this->urlMethod . "Zip"; |
|
85 | 85 | $parameters = ['cteDadosMsgZip' => $gzdata]; |
86 | 86 | $body = "<cteDadosMsgZip xmlns=\"$this->urlNamespace\">$gzdata</cteDadosMsgZip>"; |
87 | 87 | } |
@@ -374,13 +374,12 @@ discard block |
||
374 | 374 | } |
375 | 375 | //monta a consulta |
376 | 376 | $consulta = "<distDFeInt xmlns=\"$this->urlPortal\" versao=\"$this->urlVersion\">" |
377 | - . "<tpAmb>".$this->tpAmb."</tpAmb>" |
|
377 | + . "<tpAmb>" . $this->tpAmb . "</tpAmb>" |
|
378 | 378 | . "<cUFAutor>$cUF</cUFAutor>" |
379 | - . ((strlen($this->config->cnpj)==14) ? |
|
380 | - "<CNPJ>".$this->config->cnpj."</CNPJ>" : |
|
381 | - "<CPF>".$this->config->cnpj."</CPF>" |
|
379 | + . ((strlen($this->config->cnpj) == 14) ? |
|
380 | + "<CNPJ>" . $this->config->cnpj . "</CNPJ>" : "<CPF>" . $this->config->cnpj . "</CPF>" |
|
382 | 381 | ) |
383 | - . $tagNSU."</distDFeInt>"; |
|
382 | + . $tagNSU . "</distDFeInt>"; |
|
384 | 383 | //valida o xml da requisição |
385 | 384 | $this->isValid($this->urlVersion, $consulta, 'distDFeInt'); |
386 | 385 | $this->lastRequest = $consulta; |
@@ -666,7 +665,7 @@ discard block |
||
666 | 665 | $dt = new \DateTime(); |
667 | 666 | $dhEvento = $dt->format('Y-m-d\TH:i:sP'); |
668 | 667 | $sSeqEvento = str_pad($nSeqEvento, 2, "0", STR_PAD_LEFT); |
669 | - $eventId = "ID".$tpEvento.$chave.$sSeqEvento; |
|
668 | + $eventId = "ID" . $tpEvento . $chave . $sSeqEvento; |
|
670 | 669 | $cOrgao = UFList::getCodeByUF($uf); |
671 | 670 | |
672 | 671 | $request = "<eventoCTe xmlns=\"$this->urlPortal\" versao=\"$this->urlVersion\">" |
@@ -723,11 +722,10 @@ discard block |
||
723 | 722 | $cUF = UFList::getCodeByUF($this->config->siglaUF); |
724 | 723 | $tagChave = "<consChNFe><chNFe>$chave</chNFe></consChNFe>"; |
725 | 724 | //monta a consulta |
726 | - . ((strlen($this->config->cnpj)==14) ? |
|
727 | - "<CNPJ>".$this->config->cnpj."</CNPJ>" : |
|
728 | - "<CPF>".$this->config->cnpj."</CPF>" |
|
725 | + . ((strlen($this->config->cnpj) == 14) ? |
|
726 | + "<CNPJ>" . $this->config->cnpj . "</CNPJ>" : "<CPF>" . $this->config->cnpj . "</CPF>" |
|
729 | 727 | ) |
730 | - . $tagChave."</distDFeInt>"; |
|
728 | + . $tagChave . "</distDFeInt>"; |
|
731 | 729 | //valida o xml da requisição |
732 | 730 | $this->isValid($this->urlVersion, $consulta, 'distDFeInt'); |
733 | 731 | $this->lastRequest = $consulta; |
@@ -779,8 +777,8 @@ discard block |
||
779 | 777 | . "<indOp>$indOp</indOp>" |
780 | 778 | . "<raizCNPJ>$raizCNPJ</raizCNPJ>" |
781 | 779 | . "<dadosCsc>" |
782 | - . "<idCsc>".$this->config->CSCid."</idCsc>" |
|
783 | - . "<codigoCsc>".$this->config->CSC."</codigoCsc>" |
|
780 | + . "<idCsc>" . $this->config->CSCid . "</idCsc>" |
|
781 | + . "<codigoCsc>" . $this->config->CSC . "</codigoCsc>" |
|
784 | 782 | . "</dadosCsc>" |
785 | 783 | . "</admCscNFCe>"; |
786 | 784 | } |
@@ -811,7 +809,7 @@ discard block |
||
811 | 809 | $dom->loadXML($cte); |
812 | 810 | //verifica a validade no webservice da SEFAZ |
813 | 811 | $tpAmb = $dom->getElementsByTagName('tpAmb')->item(0)->nodeValue; |
814 | - $infCTe = $dom->getElementsByTagName('infCte')->item(0); |
|
812 | + $infCTe = $dom->getElementsByTagName('infCte')->item(0); |
|
815 | 813 | $chCTe = preg_replace('/[^0-9]/', '', $infCTe->getAttribute("Id")); |
816 | 814 | $protocol = $dom->getElementsByTagName('nProt')->item(0)->nodeValue; |
817 | 815 | $digval = $dom->getElementsByTagName('DigestValue')->item(0)->nodeValue; |