Skip to content

Commit ce3d1cd

Browse files
Fix typo in ReflectionParameter::getName() description [skip ci]
1 parent 3aebbc5 commit ce3d1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/reflection/php_reflection.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2671,7 +2671,7 @@ ZEND_METHOD(ReflectionParameter, __toString)
26712671

26722672
/* }}} */
26732673

2674-
/* {{{ Returns this parameters's name */
2674+
/* {{{ Returns this parameter's name */
26752675
ZEND_METHOD(ReflectionParameter, getName)
26762676
{
26772677
reflection_object *intern;

0 commit comments

Comments
 (0)