Adding some missed commands typehints and documentation

This commit is contained in:
Dylan K. Taylor
2017-08-21 19:02:30 +01:00
parent 876659cc73
commit 592ce3c9e9
41 changed files with 71 additions and 51 deletions

View File

@ -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",