Skip to content

Commit fc08b41

Browse files
committed
- phpdoc update
1 parent 2fc3888 commit fc08b41

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Client/ClientTrait.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@
1717

1818
trait ClientTrait
1919
{
20-
2120
/** @var int|null Global TTL for caching, used as default expiration time in cache clients */
2221
private $ttl;
2322

24-
/** @var \Memcached | \Redis | \Predis\Client | \Koded\Caching\Client\FileClient | \Koded\Caching\Client\MemoryClient */
23+
/** @var \Memcached | \Redis | \Predis\Client | \Koded\Caching\Client\FileClient | \Koded\Caching\Client\MemoryClient | \Koded\Caching\Client\ShmopClient */
2524
private $client;
2625

2726
public function getTtl(): ?int

0 commit comments

Comments
 (0)