arrow = $arrow; parent::__construct($inventory); } /** * @return Arrow */ public function getArrow() : Arrow{ return $this->arrow; } }