mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Mass removal of useless @param/@return PHPDoc annotations, pass 1
This commit is contained in:
@ -75,11 +75,7 @@ class RCONInstance extends Thread{
|
||||
|
||||
/**
|
||||
* @param resource $socket
|
||||
* @param string $password
|
||||
* @param int $maxClients
|
||||
* @param \ThreadedLogger $logger
|
||||
* @param resource $ipcSocket
|
||||
* @param null|SleeperNotifier $notifier
|
||||
*/
|
||||
public function __construct($socket, string $password, int $maxClients = 50, \ThreadedLogger $logger, $ipcSocket, ?SleeperNotifier $notifier){
|
||||
$this->stop = false;
|
||||
@ -97,9 +93,6 @@ class RCONInstance extends Thread{
|
||||
|
||||
/**
|
||||
* @param resource $client
|
||||
* @param int $requestID
|
||||
* @param int $packetType
|
||||
* @param string $payload
|
||||
*
|
||||
* @return int|false
|
||||
*/
|
||||
|
Reference in New Issue
Block a user