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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storage/Adapter/Redis.php
Expand Up @@ -186,7 +186,7 @@ protected function internalGetItems(array & $normalizedKeys)
//combine the key => value pairs and remove all missing values
return array_filter(
array_combine($normalizedKeys, $results),
function($value) {
function ($value) {
return $value !== false;
}
);
Expand Down

0 comments on commit 6bd2e48

Please sign in to comment.