Valinor/tests/Fake/Cache
Lukáš Unger 0e8f12e5f7
fix: add return types for cache implementations
Fixes the following message reported by `symfony/error-handler`:

`User Deprecated: Method "Psr\SimpleCache\CacheInterface::get()" might
add "mixed" as a native return type declaration in the future. Do the
same in implementation "CuyZ\Valinor\Cache\..." now to avoid errors or
add an explicit @return annotation to suppress this message.`
2022-09-24 19:29:02 +02:00
..
Compiled feat: extract file watching feature in own cache implementation 2022-05-23 20:28:02 +02:00
FakeCache.php fix: add return types for cache implementations 2022-09-24 19:29:02 +02:00
FakeFailingCache.php fix: add return types for cache implementations 2022-09-24 19:29:02 +02:00