Returns data to be output by a reporter.

Parameters

  • string $format I.e. `'html'` or `'text'`.
  • array $analysis The results of the analysis.

Returns

string

Source

						public static function output($format, $analysis) {}