PHP Class PhpGitHooks\Module\Configuration\Contract\Response\PhpCsFixerResponse

Datei anzeigen Open project: bruli/php-git-hooks

Public Methods

Method Description
__construct ( boolean $phpCsFixer, boolean $phpCsFixerPsr0, boolean $phpCsFixerPsr1, boolean $phpCsFixerPsr2, boolean $phpCsFixerSymfony, string | null $phpCsFixerOptions ) PhpCsFixerResponse constructor.
getPhpCsFixerOptions ( ) : null | string
isPhpCsFixer ( ) : boolean
isPhpCsFixerPsr0 ( ) : boolean
isPhpCsFixerPsr1 ( ) : boolean
isPhpCsFixerPsr2 ( ) : boolean
isPhpCsFixerSymfony ( ) : boolean

Method Details

__construct() public method

PhpCsFixerResponse constructor.
public __construct ( boolean $phpCsFixer, boolean $phpCsFixerPsr0, boolean $phpCsFixerPsr1, boolean $phpCsFixerPsr2, boolean $phpCsFixerSymfony, string | null $phpCsFixerOptions )
$phpCsFixer boolean
$phpCsFixerPsr0 boolean
$phpCsFixerPsr1 boolean
$phpCsFixerPsr2 boolean
$phpCsFixerSymfony boolean
$phpCsFixerOptions string | null

getPhpCsFixerOptions() public method

public getPhpCsFixerOptions ( ) : null | string
return null | string

isPhpCsFixer() public method

public isPhpCsFixer ( ) : boolean
return boolean

isPhpCsFixerPsr0() public method

public isPhpCsFixerPsr0 ( ) : boolean
return boolean

isPhpCsFixerPsr1() public method

public isPhpCsFixerPsr1 ( ) : boolean
return boolean

isPhpCsFixerPsr2() public method

public isPhpCsFixerPsr2 ( ) : boolean
return boolean

isPhpCsFixerSymfony() public method

public isPhpCsFixerSymfony ( ) : boolean
return boolean