mirror of
https://github.com/predis/predis.git
synced 2026-08-26 09:59:53 +00:00
Apply code styling fixes.
There is actually no need for such indentations.
This commit is contained in:
@@ -25,7 +25,7 @@ class SimpleDebuggableConnection extends StreamConnection {
|
||||
}
|
||||
|
||||
private function storeDebug(CommandInterface $command, $direction) {
|
||||
$firtsArg = $command->getArgument(0);
|
||||
$firtsArg = $command->getArgument(0);
|
||||
$timestamp = round(microtime(true) - $this->tstart, 4);
|
||||
|
||||
$debug = $command->getId();
|
||||
|
||||
Reference in New Issue
Block a user