PHP Class pchTextReporter, php-commit-hooks

Inheritance: extends pchReporter
Afficher le fichier Open project: kore/php-commit-hooks

Protected Properties

Свойство Type Description
$mapping array Mapping of error codes to names

Méthodes protégées

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

Method Details

getTextReport() protected méthode

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

Property Details

$mapping protected_oe property

Mapping of error codes to names
protected array $mapping
Résultat array