We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b86123e + a8210a8 commit cf4c38fCopy full SHA for cf4c38f
schema-generator/getting-started.md
@@ -402,7 +402,8 @@ A config file generating an enum class:
402
403
```yaml
404
types:
405
- OfferItemCondition: ~ # The generator will automatically guess that OfferItemCondition is subclass of Enum
+ OfferItemCondition: # The generator will automatically guess that OfferItemCondition is subclass of Enum
406
+ properties: {} # Remove all properties of the parent class
407
```
408
409
The related PHP class:
0 commit comments