From 33149569a3c8893ae32e786c79079471c18e745e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Wed, 6 Dec 2023 07:51:52 +0100 Subject: [PATCH] Fix PHP constructor docblock (#17324) --- 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 1560a491c7c..30ec1cfc80a 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