Computes current style with stacks top codes.
public function getCurrent() : OutputFormatterStyleInterface { if (!$this->styles) { return $this->emptyStyle; } return $this->styles[\count($this->styles) - 1]; }