Skip to content

Commit 42fc324

Browse files
committed
- cleanup
1 parent 52a9a89 commit 42fc324

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CacheItemPool.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Exception;
66
use Psr\Cache\{CacheItemInterface, CacheItemPoolInterface};
7-
use Psr\SimpleCache\CacheInterface;
87
use function Koded\Stdlib\now;
98

109
abstract class CacheItemPool implements CacheItemPoolInterface

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Please see the README in that repository for the specific arguments.
5959
You can grab the cache client if you want to use it directly
6060

6161
```php
62-
/** $var Psr\SimpleCache\CacheInterface $client */
62+
/** $var Koded\Caching\Cache $client */
6363
$client = $cache->client();
6464
```
6565

0 commit comments

Comments
 (0)