From 5d48dde5fec28a029fe1a572d1c20641e8ed4bac Mon Sep 17 00:00:00 2001 From: Yuriy Kozin Date: Fri, 15 May 2020 10:43:01 +0300 Subject: [PATCH] fixed: strint->string --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index d072326..a0928a3 100644 --- a/src/Client.php +++ b/src/Client.php @@ -252,7 +252,7 @@ public function mkdir($key, $ttl = 0) /** * Update an existing key with a given value. - * @param strint $key + * @param string $key * @param string $value * @param int $ttl * @param array $condition The extra condition for updating