Skip to content

Commit 2f3678e

Browse files
committed
Fix prototype
1 parent 8d4080a commit 2f3678e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/spl/spl_directory.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,8 +1567,8 @@ SPL_METHOD(SplFileObject, getMaxLineLen)
15671567
RETURN_LONG((long)intern->u.file.max_line_len);
15681568
} /* }}} */
15691569

1570-
/* {{{ proto bool SplFileObject>>hasChildren()
1571-
Rturn false */
1570+
/* {{{ proto bool SplFileObject::hasChildren()
1571+
Return false */
15721572
SPL_METHOD(SplFileObject, hasChildren)
15731573
{
15741574
RETURN_FALSE;

0 commit comments

Comments
 (0)