Merge pull request #44624 from Calinou/doc-array-hash

Improve the `Array.hash()` documentation
This commit is contained in:
Rémi Verschelde 2021-01-26 15:53:35 +01:00 committed by GitHub
commit 34eb5638d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -313,7 +313,8 @@
<return type="int">
</return>
<description>
Returns a hashed integer value representing the array contents.
Returns a hashed integer value representing the array and its contents.
[b]Note:[/b] Arrays with equal contents can still produce different hashes. Only the exact same arrays will produce the same hashed integer value.
</description>
</method>
<method name="insert">