Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
pchPhpLintCheck
PHP Класс pchPhpLintCheck, php-commit-hooks
Implements linter checks for all added or modified files.
Наследование:
extends
pchLintCheckImplementation
Показать файл
Открыть проект
Открытые методы
Метод
Описание
lint
(
string
$file
,
string
$contents
) :
array
Lint file contents
Описание методов
lint()
публичный
Метод
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
Результат
array