mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Start migrating EnumTrait enums to PHP 8.1 native enums
This commit is contained in:
@ -131,6 +131,6 @@ abstract class BaseBigDripleaf extends Transparent{
|
||||
}
|
||||
|
||||
public function getSupportType(int $facing) : SupportType{
|
||||
return SupportType::NONE();
|
||||
return SupportType::NONE;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user