network: explicitly specify @return void

This commit is contained in:
Dylan K. Taylor
2020-01-18 19:35:01 +00:00
parent ca86ec2ec2
commit b42966f61b
15 changed files with 122 additions and 0 deletions

View File

@ -159,10 +159,16 @@ class RCONInstance extends Thread{
return true;
}
/**
* @return void
*/
public function close(){
$this->stop = true;
}
/**
* @return void
*/
public function run(){
$this->registerClassLoader();