Skip to content

Commit 7a04904

Browse files
authored
Merge pull request #8735 from 4n70w4/fix-3
[PHP] add support deprecated phpdoc tag
2 parents 56fe33b + 5fc5e69 commit 7a04904

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)