Skip to content

Commit

Permalink
Merge dd6678a into 38a10f9
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Jan 5, 2024
2 parents 38a10f9 + dd6678a commit 2134552
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Converter/SymfonyCacheItemConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function supports(CacheItemInterface $cacheItem): bool
public function convert(CacheItemInterface $cacheItem): DynamoCacheItem
{
assert($cacheItem instanceof CacheItem);

// in a try-catch block in case the internal workings of CacheItem change
try {
$reflectionExpiry = new ReflectionProperty(CacheItem::class, 'expiry');
Expand Down

0 comments on commit 2134552

Please sign in to comment.