mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Use typed properties in block namespace
This commit is contained in:
@ -36,7 +36,7 @@ class BrewingStand extends Transparent{
|
||||
* @var BrewingStandSlot[]
|
||||
* @phpstan-var array<int, BrewingStandSlot>
|
||||
*/
|
||||
protected $slots = [];
|
||||
protected array $slots = [];
|
||||
|
||||
protected function writeStateToMeta() : int{
|
||||
$flags = 0;
|
||||
|
Reference in New Issue
Block a user