php-kafka / php-avro-schema-generator

PHP avro subschema merger and experimental PHP Class avro schema generator
BSD 3-Clause "New" or "Revised" License
5 stars 5 forks source link

Support union types for SchemaGenerator #28

Closed nick-zh closed 2 years ago

nick-zh commented 2 years ago

Adapt the token parser to support the ReflectionUnionType that has been introduced in PHP:8.0 Might be obsolete after #26

nick-zh commented 2 years ago

Will be closed with #34