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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user