DocData: Fix return type listed as "var" instead of "Variant"

(cherry picked from commit f92b87e5f8)
This commit is contained in:
Rémi Verschelde
2018-08-31 22:38:28 +02:00
parent d4e4c4f7e3
commit 67a108b196
8 changed files with 48 additions and 30 deletions

View File

@@ -339,7 +339,7 @@
<method name="format">
<return type="String">
</return>
<argument index="0" name="values" type="var">
<argument index="0" name="values" type="Variant">
</argument>
<argument index="1" name="placeholder" type="String" default="{_}">
</argument>