Skip to content

Commit 6683589

Browse files
committed
Fix #79607: Wrong return type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349901 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent 9c6afbe commit 6683589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/spl/splfileobject/fwrite.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<refsect1 role="returnvalues">
5050
&reftitle.returnvalues;
5151
<para>
52-
Returns the number of bytes written, or 0 on error.
52+
Returns the number of bytes written, or &false; on error.
5353
</para>
5454
</refsect1>
5555

0 commit comments

Comments
 (0)