From 88573a2e38854967ffb5894bc6b473ba747cfffd Mon Sep 17 00:00:00 2001 From: Kent Rasmussen Date: Tue, 13 Feb 2024 15:33:33 +0900 Subject: [PATCH] add public properties for php 8.2 support --- swagger-config/marketing/php/templates/Configuration.mustache | 2 ++ 1 file changed, 2 insertions(+) diff --git a/swagger-config/marketing/php/templates/Configuration.mustache b/swagger-config/marketing/php/templates/Configuration.mustache index 97665a6..63f8e30 100644 --- a/swagger-config/marketing/php/templates/Configuration.mustache +++ b/swagger-config/marketing/php/templates/Configuration.mustache @@ -26,6 +26,8 @@ class Configuration protected $debugFile = 'php://output'; protected $tempFolderPath; protected $timeout = 120; + {{#apiInfo}}{{#apis}}{{#operations}}{{#operation}}{{#-first}}public ${{#tags}}{{{name}}}{{/tags}}; + {{/-first}}{{/operation}}{{/operations}}{{/apis}}{{/apiInfo}} public function __construct() {