mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Adding some missed commands typehints and documentation
This commit is contained in:
@ -29,7 +29,7 @@ use pocketmine\event\TranslationContainer;
|
||||
|
||||
class SaveOnCommand extends VanillaCommand{
|
||||
|
||||
public function __construct($name){
|
||||
public function __construct(string $name){
|
||||
parent::__construct(
|
||||
$name,
|
||||
"%pocketmine.command.saveon.description",
|
||||
|
Reference in New Issue
Block a user