mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Added some missing typehints
This commit is contained in:
@ -38,7 +38,7 @@ class PluginCommand extends Command implements PluginIdentifiableCommand{
|
||||
* @param string $name
|
||||
* @param Plugin $owner
|
||||
*/
|
||||
public function __construct($name, Plugin $owner){
|
||||
public function __construct(string $name, Plugin $owner){
|
||||
parent::__construct($name);
|
||||
$this->owningPlugin = $owner;
|
||||
$this->executor = $owner;
|
||||
|
Reference in New Issue
Block a user