We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d91e61 commit 18b3defCopy full SHA for 18b3def
swagger-config/marketing/php/templates/Configuration.mustache
@@ -26,8 +26,6 @@ class Configuration
26
protected $debugFile = 'php://output';
27
protected $tempFolderPath;
28
protected $timeout = 120;
29
- {{#apiInfo}}{{#apis}}{{#operations}}{{#operation}}{{#-first}}public ${{#tags}}{{{name}}}{{/tags}};
30
- {{/-first}}{{/operation}}{{/operations}}{{/apis}}{{/apiInfo}}
31
32
{{#apiInfo}}{{#apis}}{{#operations}}{{#operation}}{{#-first}}public ${{#tags}}{{{name}}}{{/tags}};
33
{{/-first}}{{/operation}}{{/operations}}{{/apis}}{{/apiInfo}}
0 commit comments