Completed
Pull Request — master (#25)
by
unknown
13:19
created
src/Mail.php 2 patches
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,6 +58,7 @@  discard block
 block discarded – undo
58 58
      * montaMessagem
59 59
      *
60 60
      * @param string $pathFile
61
+     * @return string
61 62
      */
62 63
     protected function montaMessagem($pathFile)
63 64
     {
@@ -87,9 +88,7 @@  discard block
 block discarded – undo
87 88
      *
88 89
      * @param  string $xNome
89 90
      * @param  string $data
90
-     * @param  string $nNF
91 91
      * @param  string $serie
92
-     * @param  string $vNF
93 92
      * @param  string $razao
94 93
      * @return string
95 94
      */
Please login to merge, or discard this patch.
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -22,10 +22,10 @@
 block discarded – undo
22 22
  *
23 23
  */
24 24
 
25
-use NFePHP\Common\Dom\Dom;
26
-use NFePHP\Common\DateTime\DateTime;
27
-use NFePHP\Common\Base\BaseMail;
28 25
 use Html2Text\Html2Text;
26
+use NFePHP\Common\Base\BaseMail;
27
+use NFePHP\Common\DateTime\DateTime;
28
+use NFePHP\Common\Dom\Dom;
29 29
 use \DOMDocument;
30 30
 
31 31
 class Mail extends BaseMail
Please login to merge, or discard this patch.