From a3d6855a8577920e32df4232e8b335a2224db293 Mon Sep 17 00:00:00 2001 From: Felix De Vliegher Date: Fri, 8 Aug 2008 10:53:39 +0000 Subject: [PATCH] MFB: Documentation fix for getClosure() --- ext/reflection/php_reflection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 0390b77ea7..c6f2ad7bb9 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; -- 2.50.1