1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix typo in ReflectionParameter::getName() description [skip ci]

This commit is contained in:
DanielEScherzer
2025-03-31 11:15:26 -07:00
committed by GitHub
parent 3aebbc5330
commit ce3d1cd5cb

View File

@@ -2671,7 +2671,7 @@ ZEND_METHOD(ReflectionParameter, __toString)
/* }}} */
/* {{{ Returns this parameters's name */
/* {{{ Returns this parameter's name */
ZEND_METHOD(ReflectionParameter, getName)
{
reflection_object *intern;