Skip to content

Commit 9955ce1

Browse files
committed
Fix prototype (MFB)
1 parent 2ba333b commit 9955ce1

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
@@ -1563,8 +1563,8 @@ SPL_METHOD(SplFileObject, getMaxLineLen)
15631563
RETURN_LONG((long)intern->u.file.max_line_len);
15641564
} /* }}} */
15651565

1566-
/* {{{ proto bool SplFileObject>>hasChildren()
1567-
Rturn false */
1566+
/* {{{ proto bool SplFileObject::hasChildren()
1567+
Return false */
15681568
SPL_METHOD(SplFileObject, hasChildren)
15691569
{
15701570
RETURN_FALSE;

0 commit comments

Comments
 (0)