forked from loafle/openapi-generator-original
Updated condition for artifactVersion check
This commit is contained in:
@@ -516,7 +516,7 @@ class Configuration
|
||||
$report = 'PHP SDK ({{invokerPackage}}) Debug Report:'."\n";
|
||||
$report .= " OS: ".php_uname()."\n";
|
||||
$report .= " PHP Version: ".phpversion()."\n";
|
||||
$report .= " OpenAPI Spec Version: {{version}}\n";{{^artifactVersion}}
|
||||
$report .= " OpenAPI Spec Version: {{version}}\n";{{#artifactVersion}}
|
||||
$report .= " SDK Package Version: {{artifactVersion}}\n";{{/artifactVersion}}
|
||||
$report .= " Temp Folder Path: ".self::getDefaultConfiguration()->getTempFolderPath()."\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user