VCS: Fix GDExtension return types for VCS after Array type hardening

This commit is contained in:
Twarit Waikar
2022-12-20 15:36:14 +05:30
parent dcb3754db0
commit 18df2f36e8
3 changed files with 6 additions and 6 deletions

View File

@@ -53,7 +53,7 @@
</description>
</method>
<method name="_get_branch_list" qualifiers="virtual">
<return type="Dictionary[]" />
<return type="String[]" />
<description>
Gets an instance of an [Array] of [String]s containing available branch names in the VCS.
</description>
@@ -94,7 +94,7 @@
</description>
</method>
<method name="_get_remotes" qualifiers="virtual">
<return type="Dictionary[]" />
<return type="String[]" />
<description>
Returns an [Array] of [String]s, each containing the name of a remote configured in the VCS.
</description>