From 9955ce10b16cfae1f54867ad8574ad9c9eb1148e Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 18 Dec 2005 14:05:23 +0000 Subject: [PATCH] Fix prototype (MFB) --- ext/spl/spl_directory.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c index 84ca5a8b22..5eae50022c 100755 --- a/ext/spl/spl_directory.c +++ b/ext/spl/spl_directory.c @@ -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; -- 2.40.0