PHP Class pchMockCheck, php-commit-hooks

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

Protected Properties

Свойство Type Description
$name
$number

Méthodes publiques

Méthode Description
__construct ( $name = 'default' )
validate ( pchRepository $repository ) : void Validate the current check

Method Details

__construct() public méthode

public __construct ( $name = 'default' )

validate() public méthode

Validate the check on the specified repository. Returns an array of found issues.
public validate ( pchRepository $repository ) : void
$repository pchRepository
Résultat void

Property Details

$name protected_oe property

protected $name

$number protected_oe property

protected $number