mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Block API typehints
This commit is contained in:
@ -27,7 +27,7 @@ class ActivatorRail extends Rail{
|
||||
|
||||
protected $id = self::ACTIVATOR_RAIL;
|
||||
|
||||
public function getName(){
|
||||
public function getName() : string{
|
||||
return "Activator Rail";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user