Fixed #63654 ReflectionClass::getConstructor() can return null, not documented

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328599 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2012-12-02 05:25:05 +00:00
parent df8a0aceef
commit 754904a133

View file

@ -27,7 +27,8 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
A <classname>ReflectionMethod</classname> object reflecting the class' constructor.
A <classname>ReflectionMethod</classname> object reflecting the class' constructor, or &null; if the class
has no constructor.
</para>
</refsect1>