mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
changed return value from ReflectionParameter to array - fix #49631
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289098 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bbd0696ac1
commit
ce8e8ecf30
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>ReflectionParameter</type><methodname>ReflectionFunctionAbstract::getParameters</methodname>
|
||||
<modifier>public</modifier> <type>array</type><methodname>ReflectionFunctionAbstract::getParameters</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Get the parameters.
|
||||
Get the parameters as an array of <type>ReflectionParameter</type>.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
|
Loading…
Reference in a new issue