mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Use typed properties in block namespace
This commit is contained in:
@ -72,7 +72,7 @@ abstract class BaseRail extends Flowable{
|
||||
];
|
||||
|
||||
/** @var int[] */
|
||||
protected $connections = [];
|
||||
protected array $connections = [];
|
||||
|
||||
protected function writeStateToMeta() : int{
|
||||
if(count($this->connections) === 0){
|
||||
|
||||
Reference in New Issue
Block a user