bars = iterator_to_array($bars); } public function getDefaultBar(): BarInterface { return reset($this->bars); } }