mirror of
https://github.com/predis/predis.git
synced 2026-09-14 12:27:53 +00:00
Fix mistype in the ServerEval class.
This commit is contained in:
@@ -54,6 +54,6 @@ class ServerEval extends Command
|
||||
*/
|
||||
public function getScriptHash()
|
||||
{
|
||||
returns sha1($this->getArgument(0));
|
||||
return sha1($this->getArgument(0));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user