Remove global options from PHP generators (#2403)

* remove global options from php generators

* update doc
This commit is contained in:
William Cheng
2019-03-17 08:57:45 +08:00
committed by Akihito Nakano
parent 2ea4025d2b
commit 94466d54b3
13 changed files with 1 additions and 51 deletions

View File

@@ -17,6 +17,4 @@ sidebar_label: php-laravel
|invokerPackage|The main namespace to use for all classes. e.g. Yay\Pets| |null|
|packageName|The main package name for classes. e.g. GeneratedPetstore| |null|
|srcBasePath|The directory to serve as source root.| |null|
|gitUserId|Git user ID, e.g. openapitools.| |null|
|gitRepoId|Git repo ID, e.g. openapi-generator.| |null|
|artifactVersion|The version to use in the composer package version field. e.g. 1.2.3| |null|