Skip to content

Commit d43fbc0

Browse files
ReflectionParameter::allowsNull() - fix typo in description [skip ci]
1 parent 0cdb5d0 commit d43fbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/reflection/php_reflection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2844,7 +2844,7 @@ ZEND_METHOD(ReflectionParameter, isCallable)
28442844
}
28452845
/* }}} */
28462846

2847-
/* {{{ Returns whether NULL is allowed as this parameters's value */
2847+
/* {{{ Returns whether NULL is allowed as this parameter's value */
28482848
ZEND_METHOD(ReflectionParameter, allowsNull)
28492849
{
28502850
reflection_object *intern;

0 commit comments

Comments
 (0)