cache icon indicating copy to clipboard operation
cache copied to clipboard

Update Memcached::doSave() so that its signature matches parent class

Open dhilowitz opened this issue 9 years ago • 1 comments

I found that this was needed for PHP 7 compatibility.

dhilowitz avatar Jan 04 '16 14:01 dhilowitz

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?

endeveit avatar Jan 05 '16 09:01 endeveit