craue / CraueFormFlowBundle

Multi-step forms for your Symfony project.
MIT License
736 stars 118 forks source link

#319 Fix since formFactory->create expect a string and not a Type #320

Closed brunonic closed 4 years ago

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-19.2%) to 80.59% when pulling 3a4f78d75e73c6b6b23ebca5fc018d957f9452cd on brunonic:master into 77ad2acfff75b4121c20d16d2c59f2c874426e46 on craue:master.

craue commented 4 years ago

Using the FQCN instead of the FormType instance is a change in Symfony's Form component, so this rather needs to be addressed in userland code while upgrading a project to a newer Symfony version.