mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
304c83e61a
commit
f30cbc9334
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue