Skip to content

Commit 53b4415

Browse files
committed
remove redundant description block
1 parent 2d00ea0 commit 53b4415

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/resources/handlebars/php/model_generic.mustache

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ class {{classname}} {{#parentSchema}}extends {{{parent}}} {{/parentSchema}}{{^pa
1616
*/
1717
protected static $swaggerTypes = [
1818
{{#vars}}
19-
{{#description}}
20-
// {{{description}}}
21-
{{/description}}
2219
'{{name}}' => '{{{datatype}}}'{{#hasMore}},{{/hasMore}}
2320
{{/vars}}
2421
];

0 commit comments

Comments
 (0)