-
Notifications
You must be signed in to change notification settings - Fork 57
User Deprecated Symfony 4.0 #101
Comments
Good find, thank you. What do you propose? Can you do a PR? |
@mevdschee What does PR mean? |
@allfreelancers ... sorry about the acronym.. I meant a Pull Request. |
@mevdschee ok, a little later I will do |
Hi @allfreelancers. We would be very happy if you want to contribute about this issue. You can use these two pull requests as reference, they fixed the same issue in other of our bundles: Best regards |
@GabrielAnca, in Lsw\MemcacheBundle\DataCollector\MemcacheDataCollector we can add this? public function reset()
{
$this->data = [];
} |
Hi @allfreelancers, if you do that, it will most likely remove the warnings. Please use |
For anyone looking for a Symfony 4 compatible version of this bundle: I have forked the bundle and applied the patches necessary for Symfony 4 here: https://github.com/Kick-In/LswMemcacheBundle. Use |
User Deprecated: 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 "Lsw\MemcacheBundle\DataCollector\MemcacheDataCollector".
The text was updated successfully, but these errors were encountered: