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 6ac7ba5 commit 384b6fcCopy full SHA for 384b6fc
1 file changed
lib/Phpfastcache/Drivers/Files/Driver.php
@@ -71,7 +71,7 @@ protected function driverRead(ExtendedCacheItemInterface $item): ?array
71
return null;
72
}
73
74
- return $this->decode($content);
+ return $this->decode($content) ?: null;
75
76
77
/**
0 commit comments