Fix prototype
authorZeev Suraski <zeev@php.net>
Sun, 18 Dec 2005 14:00:23 +0000 (14:00 +0000)
committerZeev Suraski <zeev@php.net>
Sun, 18 Dec 2005 14:00:23 +0000 (14:00 +0000)
ext/spl/spl_directory.c

index 3afbd43f3fc120c22bddda68a3e3cc63bec5f989..73832b7f64594bf3b79fa9021f0d0c0d42168211 100755 (executable)
@@ -1567,8 +1567,8 @@ SPL_METHOD(SplFileObject, getMaxLineLen)
        RETURN_LONG((long)intern->u.file.max_line_len);
 } /* }}} */
 
-/* {{{ proto bool SplFileObject>>hasChildren()
-   Rturn false */
+/* {{{ proto bool SplFileObject::hasChildren()
+   Return false */
 SPL_METHOD(SplFileObject, hasChildren)
 {
        RETURN_FALSE;