Passed
Branch master (047be9)
by Roberto
02:26
created
src/Base.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -153,14 +153,14 @@
 block discarded – undo
153 153
             '{conduso}'
154 154
         );
155 155
         $replace = array(
156
-          $destinatario,
157
-          $dt->format('d/m/Y'),
158
-          $numero,
159
-          number_format($valor, 2, ',', '.'),
160
-          $this->config->fantasy,
161
-          $chave,
162
-          $correcao,
163
-          $conduso
156
+            $destinatario,
157
+            $dt->format('d/m/Y'),
158
+            $numero,
159
+            number_format($valor, 2, ',', '.'),
160
+            $this->config->fantasy,
161
+            $chave,
162
+            $correcao,
163
+            $conduso
164 164
         );
165 165
         $template = str_replace($search, $replace, $template);
166 166
         return $template;
Please login to merge, or discard this patch.