mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 16:45:13 +00:00
Replace disallowed operators in tests/
This commit is contained in:
@ -72,7 +72,7 @@ abstract class Test{
|
||||
}
|
||||
|
||||
public function isTimedOut() : bool{
|
||||
return !$this->isFinished() and time() - $this->timeout > $this->startTime;
|
||||
return !$this->isFinished() && time() - $this->timeout > $this->startTime;
|
||||
}
|
||||
|
||||
protected function setTimeout(int $timeout) : void{
|
||||
|
Reference in New Issue
Block a user