PHP Class pchTextReporter, php-commit-hooks

Inheritance: extends pchReporter
Show file Open project: kore/php-commit-hooks

Protected Properties

Property Type Description
$mapping array Mapping of error codes to names

Protected Methods

Method Description
getTextReport ( array $issues ) : string Get a text representation of the issues.

Method Details

getTextReport() protected method

Returns a text reporting all occured issues ordered by the files they occured in.
protected getTextReport ( array $issues ) : string
$issues array
return string

Property Details

$mapping protected property

Mapping of error codes to names
protected array $mapping
return array