Closed
Description
https://github.com/symfony/Form/blob/master/Extension/Core/ChoiceList/ObjectChoiceList.php#L48
Why is this property set to private and not protected? I would like to use this property in my child class. Will access to this property modify the operation of the parent class too much? Not sure were this stands on the open/closed principle.
Thanks for support