Toggle navigation
Hot Examples
KO
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
파일 보기
프로젝트 열기: kore/php-commit-hooks
공개 메소드들
메소드
설명
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