Skip to content

Commit 5fc5e69

Browse files
author
Your Name
committed
add support deprecated phpdoc tag
1 parent 7b6be0e commit 5fc5e69

File tree

1 file changed

+3
-0
lines changed
  • modules/swagger-codegen/src/main/resources/php-symfony

1 file changed

+3
-0
lines changed

modules/swagger-codegen/src/main/resources/php-symfony/api.mustache

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ interface {{classname}}
4646
{{#operation}}
4747

4848
/**
49+
{{#isDeprecated}}
50+
* @deprecated
51+
{{/isDeprecated}}
4952
* Operation {{{operationId}}}
5053
{{#summary}}
5154
*

0 commit comments

Comments
 (0)