We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e603a8 commit 1ec44b6Copy full SHA for 1ec44b6
templates/web/src/services/template.ts.twig
@@ -32,7 +32,7 @@ export class {{ service.name | caseUcfirst }} {
32
{%~ endif %}
33
*
34
{%~ for parameter in method.parameters.all %}
35
- * @param {{ '{' }}{{ parameter | getPropertyType(method) | raw }}{{ '}' }} {{ parameter.name | caseCamel | escapeKeyword }}
+ * @param {{ '{' }}{{ parameter | getPropertyType(method) | raw }}{{ '}' }} {{ parameter.name | caseCamel | escapeKeyword }} - {{ parameter.description }}
36
{%~ endfor %}
37
* @throws {{ '{' }}{{ spec.title | caseUcfirst}}Exception}
38
* @returns {{ '{' }}{{ method | getReturn(spec) | raw }}{{ '}' }}
0 commit comments