PHP 클래스 PhpGitHooks\Module\Configuration\Contract\Response\PhpCsResponse

파일 보기 프로젝트 열기: bruli/php-git-hooks

공개 메소드들

메소드 설명
__construct ( boolean $phpCs, string | null $phpCsStandard ) PhpCsResponse constructor.
getPhpCsStandard ( ) : null | string
isPhpCs ( ) : boolean

메소드 상세

__construct() 공개 메소드

PhpCsResponse constructor.
public __construct ( boolean $phpCs, string | null $phpCsStandard )
$phpCs boolean
$phpCsStandard string | null

getPhpCsStandard() 공개 메소드

public getPhpCsStandard ( ) : null | string
리턴 null | string

isPhpCs() 공개 메소드

public isPhpCs ( ) : boolean
리턴 boolean