mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
fix PHPStan
This commit is contained in:
@ -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 = []
|
||||||
|
Reference in New Issue
Block a user