craue / CraueFormFlowBundle

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

Fix form extension deprecation SF4 #332

Closed franmomu closed 5 years ago

franmomu commented 5 years ago

Since 4.2 the The getExtendedType() method of the FormTypeExtensionInterface is deprecated, it should implement the static getExtendedTypes() method instead: https://github.com/symfony/symfony/blob/master/UPGRADE-4.2.md#form

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.2%) to 99.571% when pulling e5c3dc8f31b199ac7581b857c4daa823f2ea349d on franmomu:fix_form_deprecation into 77ad2acfff75b4121c20d16d2c59f2c874426e46 on craue:master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.2%) to 99.571% when pulling e5c3dc8f31b199ac7581b857c4daa823f2ea349d on franmomu:fix_form_deprecation into 77ad2acfff75b4121c20d16d2c59f2c874426e46 on craue:master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.2%) to 99.571% when pulling e5c3dc8f31b199ac7581b857c4daa823f2ea349d on franmomu:fix_form_deprecation into 77ad2acfff75b4121c20d16d2c59f2c874426e46 on craue:master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.2%) to 99.571% when pulling e5c3dc8f31b199ac7581b857c4daa823f2ea349d on franmomu:fix_form_deprecation into 77ad2acfff75b4121c20d16d2c59f2c874426e46 on craue:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.001%) to 99.687% when pulling 81b1d81c0abd979ef2d32b8d8012ee8ebfa5f099 on franmomu:fix_form_deprecation into c5f81a4009c28577e606b2bd8a8de8ba6d3cf362 on craue:master.

franmomu commented 5 years ago

Sure! I thought I modified FormFlowHiddenFieldExtension as well 🤦‍♂️

craue commented 5 years ago

Thank you, @franmomu.