Send a blank email to [email protected] to get a copy of this message
Author: Cédric Anne (cedric-anne)
Committer: GitHub (web-flow)
Pusher: sy-records
Date: 2025-05-14T14:37:11+08:00
Commit: https://github.com/php/doc-en/commit/05b26e8d7aa7f3c6830efe4961b2c0e4b28fe450
Raw diff: https://github.com/php/doc-en/commit/05b26e8d7aa7f3c6830efe4961b2c0e4b28fe450.diff
Add missing false return type in hash_file documentation (#4671)
Changed paths:
M reference/hash/functions/hash-file.xml
Diff:
diff --git a/reference/hash/functions/hash-file.xml b/reference/hash/functions/hash-file.xml
index 593cf71274be..ab90e3fbabb7 100644
--- a/reference/hash/functions/hash-file.xml
+++ b/reference/hash/functions/hash-file.xml
@@ -66,7 +66,7 @@
<para>
Returns a string containing the calculated message digest as lowercase hexits
unless <parameter>binary</parameter> is set to true in which case the raw
- binary representation of the message digest is returned.
+ binary representation of the message digest is returned, &return.falseforfailure;.
</para>
</refsect1>