@@ -23,7 +23,7 @@ discard block |
||
| 23 | 23 | |
| 24 | 24 | /** |
| 25 | 25 | * @param Normalizer $normalizer |
| 26 | - * @return void |
|
| 26 | + * @return string |
|
| 27 | 27 | */ |
| 28 | 28 | public function __construct(Normalizer $normalizer) |
| 29 | 29 | { |
@@ -94,8 +94,6 @@ discard block |
||
| 94 | 94 | * Append an <output/> element for given XPath expression to given node |
| 95 | 95 | * |
| 96 | 96 | * @param DOMElement $parentNode Parent node |
| 97 | - * @param string $expr XPath expression |
|
| 98 | - * @return void |
|
| 99 | 97 | */ |
| 100 | 98 | protected function appendXPathOutput(DOMElement $parentNode, $content) |
| 101 | 99 | { |