Skip to content

Commit

Permalink
fixed: strint->string
Browse files Browse the repository at this point in the history
  • Loading branch information
jet-desk committed May 15, 2020
1 parent bb17b4f commit 5d48dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d48dde

Please sign in to comment.