Barrel: added @return $this to setOpen()

This commit is contained in:
Dylan K. Taylor 2020-11-16 17:29:24 +00:00
parent b2765f32e9
commit d7c6a20b34

View File

@ -59,6 +59,7 @@ class Barrel extends Opaque{
return $this->open;
}
/** @return $this */
public function setOpen(bool $open) : Barrel{
$this->open = $open;
return $this;