Skip to content

Commit

Permalink
Merge pull request #356 from earthiverse/main
Browse files Browse the repository at this point in the history
add public properties for php 8.2 support
  • Loading branch information
webkod3r authored Dec 11, 2024
2 parents 645056c + 88573a2 commit 281c7e2
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}}

{{#apiInfo}}{{#apis}}{{#operations}}{{#operation}}{{#-first}}public ${{#tags}}{{{name}}}{{/tags}};
{{/-first}}{{/operation}}{{/operations}}{{/apis}}{{/apiInfo}}
Expand Down

0 comments on commit 281c7e2

Please sign in to comment.