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