mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-08-21 10:51:24 +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.
|
||||
*
|
||||
* @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 = [];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user