Completed
Push — master ( f5e736...3d6456 )
by Roberto
06:33
created
src/Mail.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
                 $this->fields->data = $dom->getElementsByTagName('ide')->item(0)
179 179
                     ->getElementsByTagName('dhEmi')->item(0)->nodeValue;
180 180
                 $this->fields->numero = $dom->getElementsByTagName('ide')->item(0)
181
-                     ->getElementsByTagName('nNF')->item(0)->nodeValue;
181
+                        ->getElementsByTagName('nNF')->item(0)->nodeValue;
182 182
                 $this->fields->valor = $dom->getElementsByTagName('vNF')->item(0)->nodeValue;
183 183
                 $this->subject = "NFe n. ".$this->fields->numero." - ".$this->config->fantasy;
184 184
                 break;
@@ -266,14 +266,14 @@  discard block
 block discarded – undo
266 266
             '{conduso}'
267 267
         );
268 268
         $replace = array(
269
-          $destinatario,
270
-          $dt->format('d/m/Y'),
271
-          $numero,
272
-          number_format($valor, 2, ',', '.'),
273
-          $this->config->fantasy,
274
-          $chave,
275
-          $correcao,
276
-          $conduso
269
+            $destinatario,
270
+            $dt->format('d/m/Y'),
271
+            $numero,
272
+            number_format($valor, 2, ',', '.'),
273
+            $this->config->fantasy,
274
+            $chave,
275
+            $correcao,
276
+            $conduso
277 277
         );
278 278
         $template = str_replace($search, $replace, $template);
279 279
         return $template;
Please login to merge, or discard this patch.