We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a10f9 commit dd6678aCopy full SHA for dd6678a
src/Converter/SymfonyCacheItemConverter.php
@@ -28,6 +28,7 @@ public function supports(CacheItemInterface $cacheItem): bool
28
public function convert(CacheItemInterface $cacheItem): DynamoCacheItem
29
{
30
assert($cacheItem instanceof CacheItem);
31
+
32
// in a try-catch block in case the internal workings of CacheItem change
33
try {
34
$reflectionExpiry = new ReflectionProperty(CacheItem::class, 'expiry');
0 commit comments