Skip to content

Commit 24b1573

Browse files
committed
Improve template for models
1 parent 75dcd27 commit 24b1573

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

templates/model.mustache

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ use {{modelPackage}}\ObjectSerializer;
1616
/**
1717
* {{classname}} Class Doc Comment
1818
*
19-
* @category Class
2019
{{#description}}
2120
* {{.}}
21+
*
2222
{{/description}}
2323
* @package {{packageName}}
24-
* @author OpenAPI Generator team
25-
* @link https://openapi-generator.tech
2624
{{^isEnum}}
2725
* @implements \ArrayAccess<string, mixed>
2826
{{/isEnum}}

0 commit comments

Comments
 (0)