From a08053bb46268c023242e8e0c477996da0f7c23c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 5 Dec 2023 20:25:15 +0000 Subject: [PATCH] Fix PHP constructor docblock --- modules/openapi-generator/src/main/resources/php/api.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openapi-generator/src/main/resources/php/api.mustache b/modules/openapi-generator/src/main/resources/php/api.mustache index ef964c535d85..c3ccafe2782c 100644 --- a/modules/openapi-generator/src/main/resources/php/api.mustache +++ b/modules/openapi-generator/src/main/resources/php/api.mustache @@ -69,7 +69,7 @@ use {{invokerPackage}}\ObjectSerializer; {{/consumes}} ],{{/operation}} ]; -/** + /** * @param ClientInterface $client * @param Configuration $config * @param HeaderSelector $selector