Skip to content

Commit 1aa65a9

Browse files
committed
Fix typo.
1 parent c46624d commit 1aa65a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ public function exposeWorkingDataArray()
11561156
*/
11571157
public function offsetExists($Offset): bool
11581158
{
1159-
$Entry = $this->Prefix . $Entry;
1159+
$Entry = $this->Prefix . $Offset;
11601160
$this->enforceKeyLimit($Entry);
11611161
if ($this->Using === 'APCu') {
11621162
return apcu_exists($Entry);

0 commit comments

Comments
 (0)