Commit 5dfab102bd6 for php.net

commit 5dfab102bd6edb92050a363d282b9c5aa19e1d0f
Author: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Date:   Thu Jul 2 10:58:33 2026 -0700

    Fix inline documentation of `ReflectionMethod::getClosure()`

diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c
index 37bbc40f08d..5d5c8eaeb03 100644
--- a/ext/reflection/php_reflection.c
+++ b/ext/reflection/php_reflection.c
@@ -3364,7 +3364,7 @@ ZEND_METHOD(ReflectionMethod, __toString)
 }
 /* }}} */

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