Skip to content

Commit dd6678a

Browse files
committed
Fix code style
1 parent 38a10f9 commit dd6678a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Converter/SymfonyCacheItemConverter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public function supports(CacheItemInterface $cacheItem): bool
2828
public function convert(CacheItemInterface $cacheItem): DynamoCacheItem
2929
{
3030
assert($cacheItem instanceof CacheItem);
31+
3132
// in a try-catch block in case the internal workings of CacheItem change
3233
try {
3334
$reflectionExpiry = new ReflectionProperty(CacheItem::class, 'expiry');

0 commit comments

Comments
 (0)