Completed
Pull Request — master (#49)
by
unknown
19:47 queued 05:01
created
src/Make.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1572,7 +1572,7 @@
 block discarded – undo
1572 1572
      * Isso é útil no caso da chave informada estar errada
1573 1573
      * se a chave estiver errada a mesma é substituida
1574 1574
      *
1575
-     * @param object $dom
1575
+     * @param \DOMNode $dom
1576 1576
      */
1577 1577
     private function zTestaChaveXML($dom)
1578 1578
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,8 +18,8 @@
 block discarded – undo
18 18
  * @author    Roberto L. Machado <linux.rlm at gmail dot com>
19 19
  */
20 20
 
21
-use NFePHP\Common\DateTime\DateTime;
22 21
 use NFePHP\Common\Base\BaseMake;
22
+use NFePHP\Common\DateTime\DateTime;
23 23
 use \DOMElement;
24 24
 
25 25
 class Make extends BaseMake
Please login to merge, or discard this patch.