Skip to content

Commit

Permalink
Fix CS (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierLeon9966 authored Aug 23, 2024
1 parent d9fcbc7 commit 8d9e14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/block/tile/util/ContainerHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public static function deserializeContents(CompoundTag $tag) : ?array{
return null;
}
}

/**
* @param Item[] $contents
* @phpstan-param array<int, Item> $contents
Expand Down

0 comments on commit 8d9e14d

Please sign in to comment.