[php-src] master: Fix inline documentation of `ReflectionProperty::getName()`
Daniel Scherzer <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Daniel Scherzer (DanielEScherzer)
Date: 2026-07-07T10:33:39-07:00
Commit: https://github.com/php/php-src/commit/0a858ea9f4f2ff5c280b0ac7e53d31282d5333b2
Raw diff: https://github.com/php/php-src/commit/0a858ea9f4f2ff5c280b0ac7e53d31282d5333b2.diff
Fix inline documentation of `ReflectionProperty::getName()`
Changed paths:
M ext/reflection/php_reflection.c
Diff:
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c
index f25cd09e067f..0eb458fa9272 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;