Fix proto

This commit is contained in:
Hannes Magnusson 2008-08-23 18:06:43 +00:00
parent 1907de98c6
commit b6132d16ca

View 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)
{