mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
added native types to closures (phpstan-strict-rules)
This commit is contained in:
@ -233,7 +233,7 @@ class RCONInstance extends Thread{
|
||||
}
|
||||
if($payload !== ""){
|
||||
$this->cmd = ltrim($payload);
|
||||
$this->synchronized(function(){
|
||||
$this->synchronized(function() : void{
|
||||
$this->notifier->wakeupSleeper();
|
||||
$this->wait();
|
||||
});
|
||||
|
Reference in New Issue
Block a user