From 28d7bb97a11c8eb55d568cb095517861c2e33d45 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Tue, 23 Jun 2015 17:46:07 -0400 Subject: Fix more proto comments --- ext/reflection/php_reflection.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/reflection/php_reflection.c') diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 2252233c47..5c7f26a9fa 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -2153,7 +2153,7 @@ ZEND_METHOD(reflection_function, getExtensionName) } /* }}} */ -/* {{{ proto public void ReflectionGenerator::__construct(Generator) */ +/* {{{ proto public void ReflectionGenerator::__construct(object Generator) */ ZEND_METHOD(reflection_generator, __construct) { zval *generator, *object; @@ -3839,7 +3839,7 @@ ZEND_METHOD(reflection_class, getStaticPropertyValue) } /* }}} */ -/* {{{ proto public void ReflectionClass::setStaticPropertyValue($name, $value) +/* {{{ proto public void ReflectionClass::setStaticPropertyValue(string $name, mixed $value) Sets the value of a static property */ ZEND_METHOD(reflection_class, setStaticPropertyValue) { -- cgit v1.2.1