mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 08:56:15 +00:00
Fix formatting issues due to bad IDE settings
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user