@@ -99,7 +99,7 @@ discard block |
||
| 99 | 99 | return ''; |
| 100 | 100 | } |
| 101 | 101 | $this->method = "ConsultaInformacoesConsolidadas"; |
| 102 | - $this->action = "http://sped.fazenda.gov.br/ConsultasReinf/".$this->method; |
|
| 102 | + $this->action = "http://sped.fazenda.gov.br/ConsultasReinf/" . $this->method; |
|
| 103 | 103 | $request = "<sped:tipoInscricaoContribuinte>$this->tpInsc</sped:tipoInscricaoContribuinte>"; |
| 104 | 104 | $request .= "<sped:numeroInscricaoContribuinte>$this->nrInsc</sped:numeroInscricaoContribuinte>"; |
| 105 | 105 | $request .= "<sped:numeroReciboFechamento>$recibofechamento</sped:numeroReciboFechamento>"; |
@@ -134,13 +134,13 @@ discard block |
||
| 134 | 134 | throw ProcessException::wrongArgument(2002, ''); |
| 135 | 135 | } |
| 136 | 136 | $this->checkCertificate($evt); |
| 137 | - $xml .= "<evento id=\"".$evt->getId()."\">"; |
|
| 137 | + $xml .= "<evento id=\"" . $evt->getId() . "\">"; |
|
| 138 | 138 | $xml .= $evt->toXML(); |
| 139 | 139 | $xml .= "</evento>"; |
| 140 | 140 | } |
| 141 | 141 | //build request |
| 142 | 142 | $request = "<Reinf xmlns=\"http://www.reinf.esocial.gov.br/schemas/envioLoteEventos/v" |
| 143 | - . $this->serviceVersion."\" >" |
|
| 143 | + . $this->serviceVersion . "\" >" |
|
| 144 | 144 | . "<loteEventos>" |
| 145 | 145 | . $xml |
| 146 | 146 | . "</loteEventos>" |