Fix formatting issues due to bad IDE settings

This commit is contained in:
Shoghi Cervantes
2014-12-07 16:30:04 +01:00
parent bb82e7be50
commit 747f7685e7
191 changed files with 1315 additions and 1304 deletions

View File

@ -35,7 +35,7 @@ class CommandReader extends Thread{
/**
* @param \Threaded $threaded
* @param string $stream
* @param string $stream
*/
public function __construct(\Threaded $threaded, $stream = "php://stdin"){
$this->stream = $stream;
@ -91,7 +91,7 @@ class CommandReader extends Thread{
usleep(40000);
}
$lastLine = microtime(true);
$lastLine = microtime(true);
}
}
}