]> granicus.if.org Git - php/commitdiff
Fix proto
authorHannes Magnusson <bjori@php.net>
Sat, 23 Aug 2008 18:06:43 +0000 (18:06 +0000)
committerHannes Magnusson <bjori@php.net>
Sat, 23 Aug 2008 18:06:43 +0000 (18:06 +0000)
ext/xmlreader/php_xmlreader.c

index ea674efb66f76015df835084f7b3af68c05967dd..c8adcf957f3e67f618a382bb4973d0584f2dd85a 100644 (file)
@@ -958,7 +958,7 @@ PHP_METHOD(xmlreader, resetState)
 */
 
 #if LIBXML_VERSION >= 20620
-/* {{{ proto boolean XMLReader::readInnerXml() U
+/* {{{ proto string XMLReader::readInnerXml() U
 Reads the contents of the current node, including child nodes and markup. */
 PHP_METHOD(xmlreader, readInnerXml)
 {