Closed
Description
I would like to retrieve the OptionsResolver state (its definition) In order to build a full synopsis when throwing Exceptions (for better DX).
I want to know if there is a reason for the members ($defined, $defaults, $required, $resolved, $normalizers, $allowedValues, $allowedTypes...) to be private or could they be protected insteadn so it lets me extends these.
Thanks !