cache
cache copied to clipboard
Update Memcached::doSave() so that its signature matches parent class
I found that this was needed for PHP 7 compatibility.
Hi, @dhilowitz Cannot reproduce that. doSave method is the same in all drivers and parent class. The signature is:
protected function doSave($data, $id, array $tags = array());
Am I missing something?