PHP Class pchMockCheck, php-commit-hooks

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

Protected Properties

Property Type Description
$name
$number

Public Methods

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

Method Details

__construct() public method

public __construct ( $name = 'default' )

validate() public method

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

Property Details

$name protected property

protected $name

$number protected property

protected $number