@@ -24,6 +24,9 @@ discard block |
||
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 |
||
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 ) { |