Skip to content

Commit

Permalink
Merge pull request #28 from Kozin-br/bugfix-strint
Browse files Browse the repository at this point in the history
fixed: strint->string
  • Loading branch information
joostfaassen authored May 15, 2020
2 parents bb17b4f + 5d48dde commit 783a5ca
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 783a5ca

Please sign in to comment.