mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
fix PHPStan
This commit is contained in:
parent
d9b050fb68
commit
e3640907ba
@ -33,6 +33,9 @@ final class BlockTypeInfo{
|
|||||||
*/
|
*/
|
||||||
private array $typeTags;
|
private array $typeTags;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string[] $typeTags
|
||||||
|
*/
|
||||||
public function __construct(
|
public function __construct(
|
||||||
private BlockBreakInfo $breakInfo,
|
private BlockBreakInfo $breakInfo,
|
||||||
array $typeTags = []
|
array $typeTags = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user