Skip to content

Commit

Permalink
Fix code style (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage authored Jan 5, 2024
1 parent 38a10f9 commit f85562b
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 f85562b

Please sign in to comment.