Skip to content

Commit

Permalink
add public properties for php 8.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
earthiverse committed Feb 13, 2024
1 parent e54d284 commit 88573a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions swagger-config/marketing/php/templates/Configuration.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 88573a2

Please sign in to comment.