schmittjoh / serializer

Library for (de-)serializing data of any complexity (supports JSON, and XML)
http://jmsyst.com/libs/serializer
MIT License
2.32k stars 589 forks source link

Handle non docblock constructor promoted property #1462

Closed dgafka closed 1 year ago

dgafka commented 1 year ago

This solves: https://github.com/schmittjoh/serializer/pull/1460 with test case.

Thanks @simPod for rising issue :)

Q A
Bug fix? yes
New feature? no
Doc updated no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License MIT
dgafka commented 1 year ago

@goetas can we merge and release this?