Skip to content

Commit

Permalink
Fix typo in ArrayCachePool::getMultiple()
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscano committed Oct 19, 2023
1 parent 278d1c2 commit 18941ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cache/Adapter/PHPArray/ArrayCachePool.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function (string $key) use ($default) {

return $item->isHit() ? $item->get() : $default;
}
);
, $keys);
}

public function setMultiple($values, $ttl = null): bool
Expand Down

0 comments on commit 18941ff

Please sign in to comment.