Commit 2fc1912022e for php.net

commit 2fc1912022e5e73376fd78ee28cace975b34e300
Author: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Date:   Wed Jul 8 19:42:04 2026 -0700

    Fix inline documentation of `ReflectionParameter::isPassedByReference()`

diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c
index 50054d4c110..89e41a2d11a 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;