]> granicus.if.org Git - php/commitdiff
Fix prototype (MFB)
authorZeev Suraski <zeev@php.net>
Sun, 18 Dec 2005 14:05:23 +0000 (14:05 +0000)
committerZeev Suraski <zeev@php.net>
Sun, 18 Dec 2005 14:05:23 +0000 (14:05 +0000)
ext/spl/spl_directory.c

index 84ca5a8b22470005cdd44681cc4ecb99f96c143e..5eae50022ce88af4c64a3dfd839a6a845e337556 100755 (executable)
@@ -1563,8 +1563,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;