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

@ -32,7 +32,7 @@ use pocketmine\utils\TextFormat;
class OpCommand extends VanillaCommand{
public function __construct($name){
public function __construct(string $name){
parent::__construct(
$name,
"%pocketmine.command.op.description",