mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Added more missing native types according to 8.0 standards
This commit is contained in:
@ -2054,10 +2054,7 @@ class Player extends Human implements CommandSender, ChunkListener, IPlayer{
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @param mixed $responseData
|
||||
*/
|
||||
public function onFormSubmit(int $formId, $responseData) : bool{
|
||||
public function onFormSubmit(int $formId, mixed $responseData) : bool{
|
||||
if(!isset($this->forms[$formId])){
|
||||
$this->logger->debug("Got unexpected response for form $formId");
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user