mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
phpdoc: populate missing parameter typeinfo
This commit is contained in:
@ -217,6 +217,9 @@ class RakLibInterface implements ServerInstance, AdvancedSourceInterface{
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param bool $name
|
||||
*/
|
||||
public function setPortCheck($name){
|
||||
$this->interface->sendOption("portChecking", (bool) $name);
|
||||
}
|
||||
|
Reference in New Issue
Block a user