forked from loafle/openapi-generator-original
Replaced double quotes with singles
This commit is contained in:
@@ -498,14 +498,14 @@ class Configuration
|
|||||||
*/
|
*/
|
||||||
public static function toDebugReport()
|
public static function toDebugReport()
|
||||||
{
|
{
|
||||||
$report = "PHP SDK ({{invokerPackage}}) Debug Report:".PHP_EOL;
|
$report = 'PHP SDK ({{invokerPackage}}) Debug Report:' . PHP_EOL;
|
||||||
$report .= " OS: ".php_uname().PHP_EOL;
|
$report .= ' OS: ' . php_uname() . PHP_EOL;
|
||||||
$report .= " PHP Version: ".phpversion().PHP_EOL;
|
$report .= ' PHP Version: ' . phpversion() . PHP_EOL;
|
||||||
$report .= " OpenAPI Spec Version: {{version}}".PHP_EOL;
|
$report .= ' OpenAPI Spec Version: {{version}}' . PHP_EOL;
|
||||||
{{#artifactVersion}}
|
{{#artifactVersion}}
|
||||||
$report .= " SDK Package Version: {{artifactVersion}}".PHP_EOL;
|
$report .= ' SDK Package Version: {{artifactVersion}}' . PHP_EOL;
|
||||||
{{/artifactVersion}}
|
{{/artifactVersion}}
|
||||||
$report .= " Temp Folder Path: ".self::getDefaultConfiguration()->getTempFolderPath().PHP_EOL;
|
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
|
||||||
|
|
||||||
return $report;
|
return $report;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user