Functions do not return types, but rather values

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343199 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2017-10-06 14:01:59 +00:00
parent 2d003c34d9
commit 2a6fc6a1d5

View file

@ -54,7 +54,7 @@
<row>
<entry>5.3.0</entry>
<entry>
This function now returns <type>NULL</type> if the
This function now returns &null; if the
<parameter>object</parameter> isn't an object. Previously &false; was returned.
</entry>
</row>