You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment within the classes Symfony\Component\OptionsResolver\Options and Symfony\Component\OptionsResolver\OptionsResolver private members are used.
This causes problems when trying to extend these classes.
Is there someone against changing this to protected members? and if so why?