Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
pchExitCodeReporter
PHP Класс pchExitCodeReporter, php-commit-hooks
Reporter telling SVN if an error occured or not using an exit status code. Should always be the last reporter.
Наследование:
extends
pchReporter
Показать файл
Открыть проект
Открытые методы
Метод
Описание
report
(
pchRepository
$repository
,
array
$issues
) :
void
Report occured issues
Описание методов
report()
публичный
Метод
Report occured issues, passed as an array to the command line. Will exit with a non-zero exit code if any "errors" occured, and with a zero exit code, of no issues occured. Will always abort script execution.
public
report
(
pchRepository
$repository
,
array
$issues
) :
void
$repository
pchRepository
$issues
array
Результат
void