mirror of
https://github.com/predis/predis.git
synced 2026-08-24 14:59:31 +00:00
Rename method ICommand::getCommandId() to ICommand::getId().
This commit is contained in:
@@ -6,7 +6,7 @@ use Predis\Commands\ICommand;
|
||||
|
||||
class TextCommandSerializer implements ICommandSerializer {
|
||||
public function serialize(ICommand $command) {
|
||||
$commandId = $command->getCommandId();
|
||||
$commandId = $command->getId();
|
||||
$arguments = $command->getArguments();
|
||||
|
||||
$cmdlen = strlen($commandId);
|
||||
|
||||
Reference in New Issue
Block a user