mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 03:51:37 +00:00
CS: strip unneeded phpdoc
This commit is contained in:
@@ -54,8 +54,6 @@ interface Packet{
|
||||
* Typically this method returns the return value of the handler in the supplied PacketHandler. See other packets
|
||||
* for examples how to implement this.
|
||||
*
|
||||
* @param PacketHandlerInterface $handler
|
||||
*
|
||||
* @return bool true if the packet was handled successfully, false if not.
|
||||
* @throws PacketDecodeException if broken data was found in the packet
|
||||
*/
|
||||
|
@@ -73,11 +73,7 @@ class RakLibServer extends Thread{
|
||||
public $crashInfo = null;
|
||||
|
||||
/**
|
||||
* @param \ThreadedLogger $logger
|
||||
* @param InternetAddress $address
|
||||
* @param int $maxMtuSize
|
||||
* @param int|null $overrideProtocolVersion Optional custom protocol version to use, defaults to current RakLib's protocol
|
||||
* @param SleeperNotifier|null $sleeper
|
||||
*/
|
||||
public function __construct(
|
||||
\ThreadedLogger $logger,
|
||||
|
Reference in New Issue
Block a user