add some phpstan array types

This commit is contained in:
Dylan K. Taylor
2020-01-30 22:06:21 +00:00
parent 4ff4434a22
commit 260ac47588
39 changed files with 177 additions and 27 deletions

View File

@ -32,7 +32,10 @@ class SetActorDataPacket extends DataPacket{
/** @var int */
public $entityRuntimeId;
/** @var mixed[][] */
/**
* @var mixed[][]
* @phpstan-var array<int, array{0: int, 1: mixed}>
*/
public $metadata;
protected function decodePayload(){