mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +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 */
|
||||
public function setOpen(bool $open) : Barrel{
|
||||
$this->open = $open;
|
||||
return $this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user