mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Fix some doc comments
This commit is contained in:
@ -77,7 +77,7 @@ class BlockBreakEvent extends BlockEvent implements Cancellable{
|
||||
}
|
||||
|
||||
/**
|
||||
* @param boolean $instaBreak
|
||||
* @param bool $instaBreak
|
||||
*/
|
||||
public function setInstaBreak($instaBreak){
|
||||
$this->instaBreak = (bool) $instaBreak;
|
||||
|
Reference in New Issue
Block a user