craue / CraueFormFlowBundle

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

Using the "Symfony\Bridge\Twig\Extension\FormExtension::$renderer" property is deprecated #284

Closed jbennegent closed 7 years ago

jbennegent commented 7 years ago

Hello,

Just upgraded from Symfony 3.1 to 3.2.

Some tests in PHPUnit show deprecation notices

Using the "Symfony\Bridge\Twig\Extension\FormExtension::$renderer" property is deprecated since version 3.2 as it will be removed in 4.0

I realize that :

So I'm wondering is this could come from the CraueFormFlowBundle

Any idea about this ?

Thanks !

craue commented 7 years ago

Running the tests (with 3.2.6) doesn't trigger any deprecation notices and there's no occurrence of renderer in the code. I guess you'll have to find out where else it's coming from. 😏

jbennegent commented 7 years ago

OK thanks Guess I have to look closer :smirk: