Completed
Branch TemplateNormalizations (ae42e4)
by Josh
33:16
created
src/Configurator/TemplateNormalizations/AbstractNormalization.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
 	* Create a text node in current template
82 82
 	*
83 83
 	* @param  string  $content
84
-	* @return DOMText
84
+	* @return DOMNode
85 85
 	*/
86 86
 	protected function createTextNode($content)
87 87
 	{
@@ -173,7 +173,7 @@  discard block
 block discarded – undo
173 173
 	*
174 174
 	* @param  string      $query XPath query
175 175
 	* @param  DOMNode     $node  Context node
176
-	* @return DOMNodeList
176
+	* @return \DOMNodeList
177 177
 	*/
178 178
 	protected function xpath($query, DOMNode $node = null)
179 179
 	{
Please login to merge, or discard this patch.
src/Configurator/TemplateNormalizations/InlineXPathLiterals.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
 	* Return the textContent value of an XPath expression
26 26
 	*
27 27
 	* @param  string      $expr XPath expression
28
-	* @return string|bool       Text value, or FALSE if not a literal
28
+	* @return string|false       Text value, or FALSE if not a literal
29 29
 	*/
30 30
 	protected function getTextContent($expr)
31 31
 	{
Please login to merge, or discard this patch.