mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-08-21 19:01:37 +00:00
missed one
This commit is contained in:
parent
3783e5e3ae
commit
1c2e1711e1
@ -197,7 +197,7 @@ final class BlockObjectToStateSerializer implements BlockStateSerializer{
|
|||||||
* describe the bottom type of a type hierarchy only containing Block.
|
* describe the bottom type of a type hierarchy only containing Block.
|
||||||
*
|
*
|
||||||
* @var (\Closure|BlockStateData)[]
|
* @var (\Closure|BlockStateData)[]
|
||||||
* @phpstan-var array<int, \Closure(never) : (Writer|BlockStateData|string)|BlockStateData>
|
* @phpstan-var array<int, \Closure(never) : (Writer|BlockStateData)|BlockStateData>
|
||||||
*/
|
*/
|
||||||
private array $serializers = [];
|
private array $serializers = [];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user