mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Use typed properties in block namespace
This commit is contained in:
@ -36,7 +36,7 @@ use function count;
|
||||
class Vine extends Flowable{
|
||||
|
||||
/** @var int[] */
|
||||
protected $faces = [];
|
||||
protected array $faces = [];
|
||||
|
||||
protected function writeStateToMeta() : int{
|
||||
return
|
||||
|
Reference in New Issue
Block a user