result = clone $result; $this->ingredient = clone $ingredient; } public function getInput() : Item{ return clone $this->ingredient; } public function getResult() : Item{ return clone $this->result; } }