Elao / WebProfilerExtraBundle

Adding routing, container, assetic & twig information in the web profiler
http://www.elao.com
MIT License
262 stars 48 forks source link

Symfony 3.4 #78

Closed pdias closed 6 years ago

pdias commented 6 years ago

After upgrading to Symfony 3.4 i have this warning:

User Deprecated: Implementing "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface" without the "reset()" method is deprecated since version 3.4 and will be unsupported in 4.0 for class "Elao\WebProfilerExtraBundle\DataCollector\ContainerDataCollector"

Thanks,

Paulo Dias

tristanbes commented 6 years ago

Hello pdias, There's a PR for that #77

benji07 commented 6 years ago

@pdias this should be ok, now

pdias commented 6 years ago

Yes, it ok now. Thanks.