Merge remote-tracking branch 'swagger/master' into php-cleanup

This commit is contained in:
Kim Sondrup 2016-05-13 11:00:34 +02:00
commit bf259a8065

View File

@ -35,7 +35,7 @@ public class PhpClientCodegen extends DefaultCodegen implements CodegenConfig {
protected String composerVendorName = "swagger"; protected String composerVendorName = "swagger";
protected String composerProjectName = "swagger-client"; protected String composerProjectName = "swagger-client";
protected String packagePath = "SwaggerClient-php"; protected String packagePath = "SwaggerClient-php";
protected String artifactVersion = "1.0.0"; protected String artifactVersion = null;
protected String srcBasePath = "lib"; protected String srcBasePath = "lib";
protected String testBasePath = "test"; protected String testBasePath = "test";
protected String docsBasePath = "docs"; protected String docsBasePath = "docs";