Skip to content

Commit 5dfab10

Browse files
Fix inline documentation of ReflectionMethod::getClosure()
1 parent 4795c51 commit 5dfab10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/reflection/php_reflection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3364,7 +3364,7 @@ ZEND_METHOD(ReflectionMethod, __toString)
33643364
}
33653365
/* }}} */
33663366

3367-
/* {{{ Invokes the function */
3367+
/* {{{ Returns a dynamically created closure for the function */
33683368
ZEND_METHOD(ReflectionMethod, getClosure)
33693369
{
33703370
reflection_object *intern;

0 commit comments

Comments
 (0)