Collections (arrays or instances of \Traversable) in properties
annotated with Valid are not traversed recursively by default anymore.
This means that if a collection contains an entry which is again a
collection, the inner collection won't be traversed anymore as it
happened before. You can set the BC behavior by setting the new property
deep of Valid to true.
Collections (arrays or instances of
\Traversable
) in properties annotated withValid
are not traversed recursively by default anymore.This means that if a collection contains an entry which is again a collection, the inner collection won't be traversed anymore as it happened before. You can set the BC behavior by setting the new property
deep
ofValid
totrue
.Before:
After: