PHP Class PhpGitHooks\Module\Configuration\Tests\Stub\PhpCsFixerResponseStub

Show file Open project: bruli/php-git-hooks Class Usage Examples

Public Methods

Method Description
create ( boolean $phpCsFixer, boolean $psr0, boolean $psr1, boolean $psr2, boolean $symfony, string | null $options ) : PhpCsFixerResponse
createEnabled ( ) : PhpCsFixerResponse

Method Details

create() public static method

public static create ( boolean $phpCsFixer, boolean $psr0, boolean $psr1, boolean $psr2, boolean $symfony, string | null $options ) : PhpCsFixerResponse
$phpCsFixer boolean
$psr0 boolean
$psr1 boolean
$psr2 boolean
$symfony boolean
$options string | null
return PhpGitHooks\Module\Configuration\Contract\Response\PhpCsFixerResponse

createEnabled() public static method

public static createEnabled ( ) : PhpCsFixerResponse
return PhpGitHooks\Module\Configuration\Contract\Response\PhpCsFixerResponse