Commit 0a858ea9f4f for php.net
commit 0a858ea9f4f2ff5c280b0ac7e53d31282d5333b2
Author: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Date: Thu Jul 2 10:48:07 2026 -0700
Fix inline documentation of `ReflectionProperty::getName()`
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c
index f25cd09e067..0eb458fa927 100644
--- a/ext/reflection/php_reflection.c
+++ b/ext/reflection/php_reflection.c
@@ -5741,7 +5741,7 @@ ZEND_METHOD(ReflectionProperty, __toString)
}
/* }}} */
-/* {{{ Returns the class' name */
+/* {{{ Returns the property's name */
ZEND_METHOD(ReflectionProperty, getName)
{
reflection_object *intern;