Apply code styling fixes.

There is actually no need for such indentations.
This commit is contained in:
Daniele Alessandri
2013-12-07 15:41:18 +01:00
parent ee45de4f0e
commit 427309db69
9 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -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();