missed one

This commit is contained in:
Dylan K. Taylor 2025-08-15 20:23:30 +01:00
parent 3783e5e3ae
commit 1c2e1711e1
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -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 = [];