Php versions – Symfony: Submitted form get "must not be accessed before initialization" when data_class is specified
PHP 8.2-apache (Docker image) Xdebug enabled Symfony 6.4 Quick summary I am creating form in Symfony 6.4 Framework and when it is submitted and request is handled, it tries to get value of unset entity, so it could set it.…