From 602549cb36b6d99be82d10f115db9e4a844b5254 Mon Sep 17 00:00:00 2001 From: benkarrer-lab Date: Fri, 3 Oct 2025 03:57:32 +0200 Subject: [PATCH] php: render tag description in Api docs (api_doc.mustache) via operationTagDescription (#14395) (#22064) Co-authored-by: benkarrer-lab --- .../openapi-generator/src/main/resources/php/api_doc.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/php/api_doc.mustache b/modules/openapi-generator/src/main/resources/php/api_doc.mustache index 539b91cc7ff..f812dcbeb95 100644 --- a/modules/openapi-generator/src/main/resources/php/api_doc.mustache +++ b/modules/openapi-generator/src/main/resources/php/api_doc.mustache @@ -1,6 +1,6 @@ -# {{invokerPackage}}\{{classname}}{{#description}} +# {{invokerPackage}}\{{classname}}{{#operationTagDescription}} -{{.}}{{/description}} +{{operationTagDescription}}{{/operationTagDescription}} All URIs are relative to {{basePath}}, except if the operation defines another base path.