mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Use typed properties in block namespace
This commit is contained in:
@ -29,9 +29,8 @@ use pocketmine\math\Facing;
|
||||
class Wall extends Transparent{
|
||||
|
||||
/** @var int[] facing => facing */
|
||||
protected $connections = [];
|
||||
/** @var bool */
|
||||
protected $up = false;
|
||||
protected array $connections = [];
|
||||
protected bool $up = false;
|
||||
|
||||
public function readStateFromWorld() : void{
|
||||
parent::readStateFromWorld();
|
||||
|
Reference in New Issue
Block a user