mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Barrel: added @return $this to setOpen()
This commit is contained in:
@ -59,6 +59,7 @@ class Barrel extends Opaque{
|
||||
return $this->open;
|
||||
}
|
||||
|
||||
/** @return $this */
|
||||
public function setOpen(bool $open) : Barrel{
|
||||
$this->open = $open;
|
||||
return $this;
|
||||
|
Reference in New Issue
Block a user