Skip to content

Commit 88573a2

Browse files
committed
add public properties for php 8.2 support
1 parent e54d284 commit 88573a2

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
public function __construct()
3133
{

0 commit comments

Comments
 (0)