Skip to content

Commit e092693

Browse files
authored
Merge pull request #764 from Adyen/fix-phpdoc
Remove invalid PHPDoc tag @description
2 parents debda3e + a6f4363 commit e092693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/model.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use {{modelPackage}}\ObjectSerializer;
1818
*
1919
* @category Class
2020
{{#description}}
21-
* @description {{.}}
21+
* {{.}}
2222
{{/description}}
2323
* @package {{packageName}}
2424
* @author OpenAPI Generator team

0 commit comments

Comments
 (0)