Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement reset() method in StatsdDataCollector
After upgrade to Symfony 3.4, there is a deprecation error caused by this class: > Implementing "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface" without the "reset()" method is deprecated since Symfony 3.4 and will be unsupported in 4.0 for class "M6Web\Bundle\StatsdBundle\DataCollector\StatsdDataCollector" This PR introduces what the deprecation notice asks for.
- Loading branch information