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