Updated condition for artifactVersion check

This commit is contained in:
Mikolaj Przybysz
2016-05-24 14:07:51 +02:00
parent 18f32b4163
commit 3484704fea
@@ -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";