Skip to content

Commit

Permalink
fix: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
dciprian-petrisor authored Sep 17, 2024
1 parent 9bcd8c7 commit 9eada5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cache/DefaultQueryCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function get(QueryCacheKey $key, ResultSetMapping $rsm, array $hints = []

$cacheKeys = new CollectionCacheEntry(array_map($generateKeys, $cacheEntry->result));
$entries = $region->getMultiple($cacheKeys);

if ($entries === null) {
return null;
}
Expand Down

0 comments on commit 9eada5c

Please sign in to comment.