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

Commit

Permalink
Merge branch 'hotfix/4632'
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Storage/Adapter/WinCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ protected function internalGetItem(& $normalizedKey, & $success = null, & $casTo

if ($success) {
$casToken = $result;
} else {
$result = null;
}

return $result;
Expand Down

0 comments on commit 3b2f2cc

Please sign in to comment.