Fix doc bug #53490 (ReflectionClass::__construct() documentation incorrect).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306039 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2010-12-07 03:05:33 +00:00
parent 304c83e61a
commit f30cbc9334

View file

@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<methodname>ReflectionClass::__construct</methodname>
<methodparam><type>string</type><parameter>argument</parameter></methodparam>
<methodparam><type>mixed</type><parameter>argument</parameter></methodparam>
</methodsynopsis>
<para>
Constructs a new <classname>ReflectionClass</classname> object.
@ -29,7 +29,8 @@
<term><parameter>argument</parameter></term>
<listitem>
<para>
The class being reflected.
Either a <type>string</type> containing the name of the class to
reflect, or an <type>object</type>.
</para>
</listitem>
</varlistentry>