Typo fixed
Publish PHP Package / docker (push) Successful in 9s
Details
Publish PHP Package / docker (push) Successful in 9s
Details
This commit is contained in:
parent
a8ebe821be
commit
24271e54f5
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue