Completed
Branch master (972899)
by Roberto
12:33
created
src/Response.php 1 patch
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.