mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 01:16:15 +00:00
Apply typehints to pocketmine\network\mcpe\protocol namespace
this is pulled from network-nuke in order to reduce the size of the diff.
This commit is contained in:
@ -35,11 +35,11 @@ class ClientToServerHandshakePacket extends DataPacket{
|
||||
return true;
|
||||
}
|
||||
|
||||
protected function decodePayload(){
|
||||
protected function decodePayload() : void{
|
||||
//No payload
|
||||
}
|
||||
|
||||
protected function encodePayload(){
|
||||
protected function encodePayload() : void{
|
||||
//No payload
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user