Completed
Push — rm/deprecated-code ( a53061...393546 )
by
unknown
56:00 queued 47:09
created
modules/sitemaps/sitemap-buffer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -263,7 +263,7 @@
 block discarded – undo
263 263
 	 * @param DOMElement  $parent (optional) an element to which new children should be added.
264 264
 	 * @param DOMDocument $root (optional) the parent document.
265 265
 	 *
266
-	 * @return string|DOMDocument The rendered XML string or an object if root element is specified.
266
+	 * @return null|DOMNode The rendered XML string or an object if root element is specified.
267 267
 	 */
268 268
 	protected function array_to_xml_string( $array, $parent = null, $root = null ) {
269 269
 		$return_string = false;
Please login to merge, or discard this patch.