Fix PHP constructor docblock (#17324)

This commit is contained in:
Viktor Szépe 2023-12-06 07:51:52 +01:00 committed by GitHub
parent 0ab9f74cfb
commit 33149569a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ use {{invokerPackage}}\ObjectSerializer;
{{/consumes}} ],{{/operation}} {{/consumes}} ],{{/operation}}
]; ];
/** /**
* @param ClientInterface $client * @param ClientInterface $client
* @param Configuration $config * @param Configuration $config
* @param HeaderSelector $selector * @param HeaderSelector $selector