For the data collection, we want to support nested configuration options in our OptionsResolver.
For example:
new Options([
'foo' => [
'bar' => 10,
'baz' => false
]
]);
It should be able to specify defaults, normalizers and allowed types for nested values too
For the data collection, we want to support nested configuration options in our OptionsResolver.
For example:
It should be able to specify defaults, normalizers and allowed types for nested values too