PHP 클래스 PhpGitHooks\Module\PhpCs\Infrastructure\Tool\PhpCsToolProcessor

상속: implements PhpGitHooks\Module\PhpCs\Model\PhpCsToolProcessorInterface
파일 보기 프로젝트 열기: bruli/php-git-hooks

공개 메소드들

메소드 설명
__construct ( ToolPathFinder $toolPathFinder ) PhpCsToolProcessor constructor.
process ( string $file, string $standard ) : string

비공개 메소드들

메소드 설명
execute ( string $file, string $standard ) : Process
setErrors ( Process $process ) : string

메소드 상세

__construct() 공개 메소드

PhpCsToolProcessor constructor.
public __construct ( ToolPathFinder $toolPathFinder )
$toolPathFinder PhpGitHooks\Infrastructure\Tool\ToolPathFinder

process() 공개 메소드

public process ( string $file, string $standard ) : string
$file string
$standard string
리턴 string