[php-src] master: Fix inline documentation of `ReflectionParameter::isPassedByReference()`
Daniel Scherzer <[email protected]> Fri, 17 Jul 2026 18:44:55 +0000
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Daniel Scherzer (DanielEScherzer)
Date: 2026-07-17T11:40:42-07:00
Commit: https://github.com/php/php-src/commit/2fc1912022e5e73376fd78ee28cace975b34e300
Raw diff: https://github.com/php/php-src/commit/2fc1912022e5e73376fd78ee28cace975b34e300.diff
Fix inline documentation of `ReflectionParameter::isPassedByReference()`
Changed paths:
M ext/reflection/php_reflection.c
Diff:
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c
index 50054d4c1106..89e41a2d11aa 100644
--- a/ext/reflection/php_reflection.c
+++ b/ext/reflection/php_reflection.c
@@ -2875,7 +2875,7 @@ ZEND_METHOD(ReflectionParameter, allowsNull)
}
/* }}} */
-/* {{{ Returns whether this parameters is passed to by reference */
+/* {{{ Returns whether this parameter is passed to by reference */
ZEND_METHOD(ReflectionParameter, isPassedByReference)
{
reflection_object *intern;