Typo fixed
Publish PHP Package / docker (push) Successful in 9s Details

This commit is contained in:
Pavel Shevaev 2024-07-08 17:22:35 +03:00
parent a8ebe821be
commit 24271e54f5
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ Script_{{o.name|norm_name}}.Method_{{m.name}}.ReturnValue(frm, stack
new ProxyType(),
{% endif %}
{% if o.implements -%}
proxy_implements: new List<ProxyType()>() {
proxy_implements: new List<ProxyType>() {
{% for imp in o.implements %}
types.T("{{imp.name}}"),
{% endfor %}