populate missing array value types in network namespace

This commit is contained in:
Dylan K. Taylor
2020-01-30 21:12:00 +00:00
parent a5764b3ae9
commit fc0619ee6e
10 changed files with 25 additions and 10 deletions

View File

@ -30,7 +30,7 @@ use pocketmine\network\mcpe\NetworkSession;
class GameRulesChangedPacket extends DataPacket{
public const NETWORK_ID = ProtocolInfo::GAME_RULES_CHANGED_PACKET;
/** @var array */
/** @var mixed[][] */
public $gameRules = [];
protected function decodePayload(){