Completed
Push — master ( 60305d...0d5b10 )
by Roberto
02:48
created
src/Mail.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
                 $data = $dom->getElementsByTagName('ide')->item(0)
139 139
                     ->getElementsByTagName('dhEmi')->item(0)->nodeValue;
140 140
                 $numero = $dom->getElementsByTagName('ide')->item(0)
141
-                     ->getElementsByTagName('nNF')->item(0)->nodeValue;
141
+                        ->getElementsByTagName('nNF')->item(0)->nodeValue;
142 142
                 $valor = $dom->getElementsByTagName('vNF')->item(0)->nodeValue;
143 143
                 $emitente = $dom->getElementsByTagName('emit')->item(0)
144 144
                     ->getElementsByTagName('xNome')->item(0)->nodeValue;
@@ -244,11 +244,11 @@  discard block
 block discarded – undo
244 244
             '{emitente}'
245 245
         );
246 246
         $replace = array(
247
-          $destinatario,
248
-          $dt->format('d/m/Y'),
249
-          $numero,
250
-          number_format($valor, 2, ',', '.'),
251
-          $emitente
247
+            $destinatario,
248
+            $dt->format('d/m/Y'),
249
+            $numero,
250
+            number_format($valor, 2, ',', '.'),
251
+            $emitente
252 252
         );
253 253
         $template = str_replace($search, $replace, $template);
254 254
         return $template;
Please login to merge, or discard this patch.