Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Revert "Merge branch 'fix-save-with-no-data' of github.com:jmatosp/Tu…
Browse files Browse the repository at this point in the history
…mbleweedCache into fix-save-with-no-data"

This reverts commit 674986a, reversing
changes made to 435ecff.
  • Loading branch information
jmatosp committed Jan 13, 2016
1 parent 674986a commit 7055fff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MemcachedCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ public function deleteItems(array $keys)
foreach ($keys as $key) {
$this->deleteItem($key);
}
// @codeCoverageIgnoreEnd
} else {
// @codeCoverageIgnoreEnd
$this->cacheClient->deleteMulti($keys);
Expand Down

0 comments on commit 7055fff

Please sign in to comment.