Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
pchPhpLintCheck
PHP Class pchPhpLintCheck, php-commit-hooks
Implements linter checks for all added or modified files.
Inheritance:
extends
pchLintCheckImplementation
Afficher le fichier
Open project: kore/php-commit-hooks
Méthodes publiques
Méthode
Description
lint
(
string
$file
,
string
$contents
) :
array
Lint file contents
Method Details
lint()
public
méthode
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
Résultat
array