We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc3888 commit fc08b41Copy full SHA for fc08b41
1 file changed
Client/ClientTrait.php
@@ -17,11 +17,10 @@
17
18
trait ClientTrait
19
{
20
-
21
/** @var int|null Global TTL for caching, used as default expiration time in cache clients */
22
private $ttl;
23
24
- /** @var \Memcached | \Redis | \Predis\Client | \Koded\Caching\Client\FileClient | \Koded\Caching\Client\MemoryClient */
+ /** @var \Memcached | \Redis | \Predis\Client | \Koded\Caching\Client\FileClient | \Koded\Caching\Client\MemoryClient | \Koded\Caching\Client\ShmopClient */
25
private $client;
26
27
public function getTtl(): ?int
0 commit comments