Completed
Pull Request — master (#58)
by
unknown
06:46
created
src/Base.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -256,7 +256,7 @@
 block discarded – undo
256 256
         //xml may be a NFe or a CTe or a CCe nothing else
257 257
         if ($type != 'NFe' && $type != 'CTe' && $type != 'CCe') {
258 258
             $msg = "Você deve passar apenas uma NFe ou um CTe ou um CCe. "
259
-              . "Esse documento não foi reconhecido.";
259
+                . "Esse documento não foi reconhecido.";
260 260
             throw new \InvalidArgumentException($msg);
261 261
         }
262 262
         $this->type = $type;
Please login to merge, or discard this patch.
src/Mail.php 1 patch
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -206,6 +206,4 @@
 block discarded – undo
206 206
         $mail->loadDocuments($xml, $pdf);
207 207
         $mail->loadTemplate($htmltemplate);
208 208
         $mail->send($addresses, false);
209
-        return $mail;
210
-    }
211
-}
209
+        return $mail
212 210
\ No newline at end of file
Please login to merge, or discard this patch.