Pushes a style in the stack.
public function push(OutputFormatterStyleInterface $style) : void { $this->styles[] = $style; }