From 5fc5e6996756574f565b22f54d5db8e2dcffa7a5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 23 Sep 2018 19:28:46 +0300 Subject: [PATCH] add support deprecated phpdoc tag --- .../src/main/resources/php-symfony/api.mustache | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/swagger-codegen/src/main/resources/php-symfony/api.mustache b/modules/swagger-codegen/src/main/resources/php-symfony/api.mustache index 49d24a41cbd..7e13620c38b 100644 --- a/modules/swagger-codegen/src/main/resources/php-symfony/api.mustache +++ b/modules/swagger-codegen/src/main/resources/php-symfony/api.mustache @@ -46,6 +46,9 @@ interface {{classname}} {{#operation}} /** + {{#isDeprecated}} + * @deprecated + {{/isDeprecated}} * Operation {{{operationId}}} {{#summary}} *