Skip to content

Commit 281c7e2

Browse files
authored
Merge pull request #356 from earthiverse/main
add public properties for php 8.2 support
2 parents 645056c + 88573a2 commit 281c7e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

swagger-config/marketing/php/templates/Configuration.mustache

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ class Configuration
2626
protected $debugFile = 'php://output';
2727
protected $tempFolderPath;
2828
protected $timeout = 120;
29+
{{#apiInfo}}{{#apis}}{{#operations}}{{#operation}}{{#-first}}public ${{#tags}}{{{name}}}{{/tags}};
30+
{{/-first}}{{/operation}}{{/operations}}{{/apis}}{{/apiInfo}}
2931

3032
{{#apiInfo}}{{#apis}}{{#operations}}{{#operation}}{{#-first}}public ${{#tags}}{{{name}}}{{/tags}};
3133
{{/-first}}{{/operation}}{{/operations}}{{/apis}}{{/apiInfo}}

0 commit comments

Comments
 (0)