Closed dgafka closed 1 year ago
This PR provides possibility to serialize and deserialize phpstan array shapes.
As no matter of the structure JMS can handle arrays, instead of throwing exception when we meet phpstan array shape, we can simply serialize it as array.
JMS
@goetas @scyzoryck wdyt? :)
@scyzoryck can you re-review?
can you please rebase?
@goetas done :)
This PR provides possibility to serialize and deserialize phpstan array shapes.
As no matter of the structure
JMS
can handle arrays, instead of throwing exception when we meet phpstan array shape, we can simply serialize it as array.