Completed
Push — master ( 0cde73...91f8fc )
by Auke
01:54
created
src/xml/Proxy.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -24,6 +24,9 @@
 block discarded – undo
24 24
 
25 25
     private $parser = null;
26 26
 
27
+    /**
28
+     * @param \SimpleXMLElement $node
29
+     */
27 30
     public function __construct( $node, $parser) {
28 31
         $this->ProxyConstruct( $node );
29 32
         $this->parser = $parser;
Please login to merge, or discard this patch.