* @codeCoverageIgnore * * @return false|string The buffered output. */ protected function get_buffered_output() { return \ob_get_clean(); } }