Correct return value (false instead of null)

Patch provided by anonymous user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344986 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2018-05-08 12:47:13 +00:00
parent 63951736c2
commit 2992085869

View file

@ -29,7 +29,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
A <classname>ReflectionClass</classname> or &null; if there's no parent.
A <classname>ReflectionClass</classname> or &false; if there's no parent.
</para>
</refsect1>