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

@ -219,6 +219,8 @@ class RakLibInterface implements ServerInstance, AdvancedSourceInterface{
/**
* @param bool $name
*
* @return void
*/
public function setPortCheck($name){
$this->interface->sendOption("portChecking", (bool) $name);