PHP Class pchPhpLintCheck, php-commit-hooks

Implements linter checks for all added or modified files.
Inheritance: extends pchLintCheckImplementation
Show file Open project: kore/php-commit-hooks

Public Methods

Method Description
lint ( string $file, string $contents ) : array Lint file contents

Method Details

lint() public method

If issues with the passed file are found the function will return an array with the found issues, and an empty array otherwise.
public lint ( string $file, string $contents ) : array
$file string
$contents string
return array