diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 0390b77ea7f..c6f2ad7bb95 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -1589,7 +1589,7 @@ ZEND_METHOD(reflection_function, getStaticVariables) /* }}} */ /* {{{ proto public mixed ReflectionFunction::getClosure() - Invokes the function */ + Returns a dynamically created closure for the function */ ZEND_METHOD(reflection_function, getClosure) { reflection_object *intern;