File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
modules/swagger-codegen/src/main/resources/php Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -498,14 +498,14 @@ class Configuration
498
498
*/
499
499
public static function toDebugReport()
500
500
{
501
- $report = " PHP SDK ({{invokerPackage}}) Debug Report:" . PHP_EOL;
502
- $report .= " OS: " . php_uname(). PHP_EOL;
503
- $report .= " PHP Version: " . phpversion(). PHP_EOL;
504
- $report .= " OpenAPI Spec Version: {{version}}" . PHP_EOL;
505
- {{#artifactVersion} }
506
- $report .= " SDK Package Version: { {artifactVersion} }". PHP_EOL;
507
- { {/artifactVersion} }
508
- $report .= " Temp Folder Path: ". self::getDefaultConfiguration()->getTempFolderPath(). PHP_EOL;
501
+ $report = ' PHP SDK ({{invokerPackage}}) Debug Report:' . PHP_EOL;
502
+ $report .= ' OS: ' . php_uname() . PHP_EOL;
503
+ $report .= ' PHP Version: ' . phpversion() . PHP_EOL;
504
+ $report .= ' OpenAPI Spec Version: {{version}}' . PHP_EOL;
505
+ {{#artifactVersion} }
506
+ $report .= ' SDK Package Version: { {artifactVersion} }' . PHP_EOL;
507
+ { {/artifactVersion} }
508
+ $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
509
509
510
510
return $report;
511
511
}
You can’t perform that action at this time.
0 commit comments