getStream()); } /** * Writes a message to the output. * * @param string $message A message to write to the output * @param bool $newline Whether to add a newline or not */ public function doWrite($message, $newline): void { parent::doWrite($message, $newline); } /** * Close the current pager process. */ public function close() { // nothing to do here } }