forked from loafle/openapi-generator-original
[PHP] Update php.md - marked Multiserver as true (#18545)
* Update php.md - marked Multiserver as true Mulitiserver support was fully implemented 2 years ago, on PR #12982 * update php feature * update --------- Co-authored-by: Thomas Hansen <thomasphansen@users.noreply.github.com>
This commit is contained in:
parent
230e8ce887
commit
9f57684dad
@ -10,6 +10,4 @@ additionalProperties:
|
||||
dateLibrary: java8
|
||||
useOneOfDiscriminatorLookup: true
|
||||
disallowAdditionalPropertiesIfNotPresent: false
|
||||
systemProperties:
|
||||
skipValidateSpec: "false"
|
||||
|
||||
validateSpec: false
|
||||
|
@ -219,7 +219,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|
||||
|ExternalDocumentation|✓|OAS2,OAS3
|
||||
|Examples|✓|OAS2,OAS3
|
||||
|XMLStructureDefinitions|✗|OAS2,OAS3
|
||||
|MultiServer|✗|OAS3
|
||||
|MultiServer|✓|OAS3
|
||||
|ParameterizedServer|✗|OAS3
|
||||
|ParameterStyling|✗|OAS3
|
||||
|Callbacks|✗|OAS3
|
||||
|
@ -44,6 +44,7 @@ public class PhpClientCodegen extends AbstractPhpCodegen {
|
||||
modifyFeatureSet(features -> features
|
||||
.includeDocumentationFeatures(DocumentationFeature.Readme)
|
||||
.wireFormatFeatures(EnumSet.of(WireFormatFeature.JSON, WireFormatFeature.XML))
|
||||
.includeGlobalFeatures(GlobalFeature.MultiServer)
|
||||
.securityFeatures(EnumSet.of(
|
||||
SecurityFeature.BasicAuth,
|
||||
SecurityFeature.BearerToken,
|
||||
|
Loading…
x
Reference in New Issue
Block a user