Completed
Pull Request — master (#23)
by Auke
02:56
created
src/xml/Proxy.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,6 +24,9 @@  discard block
 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;
@@ -148,7 +151,6 @@  discard block
 block discarded – undo
148 151
     /**
149 152
      * Register a namespace alias and URI to use in xpath and find
150 153
      * @param string $ns
151
-     * @param string $uri
152 154
      */
153 155
     public function registerNamespace( $prefix, $ns ) {
154 156
         if ( $this->target && $this->target instanceof \SimpleXMLElement ) {
Please login to merge, or discard this patch.