swarrot / SwarrotBundle

A symfony bundle for swarrot integration
MIT License
89 stars 59 forks source link

Implemented `reset` in data collector #126

Closed bgaleotti closed 6 years ago

bgaleotti commented 6 years ago

Otherwise it will trigger a deprecation in Symfony 3.4 and an error in 4.0

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 "Swarrot\SwarrotBundle\DataCollector\SwarrotDataCollector".

odolbeau commented 6 years ago

Perfect!

Thank you.