mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix typo in ReflectionParameter::getName()
description [skip ci]
This commit is contained in:
parent
3aebbc5330
commit
ce3d1cd5cb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue