VCS: Fix GDExtension return types for VCS after Array type hardening
This commit is contained in:
parent
dcb3754db0
commit
18df2f36e8
3 changed files with 6 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue