Merge pull request #37482 from zak-grumbles/fix_dict_duplicate_docs

Clarify Dictionary duplicate parameters in docs
This commit is contained in:
Rémi Verschelde 2020-04-10 12:14:39 +02:00 committed by GitHub
commit feeef52feb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@
<argument index="0" name="deep" type="bool" default="false">
</argument>
<description>
Creates a copy of the dictionary, and returns it.
Creates a copy of the dictionary, and returns it. The [code]deep[/code] parameter causes inner dictionaries and arrays to be copied recursively, but does not apply to objects.
</description>
</method>
<method name="empty">