Completed
Branch master (972899)
by Roberto
12:33
created
src/Response.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -35,6 +35,9 @@
 block discarded – undo
35 35
         }
36 36
     }
37 37
     
38
+    /**
39
+     * @param string $nodename
40
+     */
38 41
     public static function render(DOMDocument $dom, $nodename, $min = 0)
39 42
     {
40 43
         $ret = [];
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
  */
9 9
 
10 10
 use DOMDocument;
11
-use Actuary\Atende\Responses\Servidor;
12 11
 
13 12
 class Response
14 13
 {
Please login to merge, or discard this patch.
src/Responses/Servidor.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace NFePHP\Atende\Responses;
4 4
 
5 5
 use DOMDocument;
6
-use DOMElement;
7
-use stdClass;
8 6
 use NFePHP\Atende\Responses\Base;
9 7
 
10 8
 class Servidor extends Base
Please login to merge, or discard this patch.