PHP Class PhpGitHooks\Module\Configuration\Domain\PhpCsFixerLevels

Mostra file Open project: bruli/php-git-hooks

Public Methods

Method Description
__construct ( Level $psr0, Level $psr1, Level $psr2, Level $symfony ) PhpCsFixerLevels constructor.
getPsr0 ( ) : Level
getPsr1 ( ) : Level
getPsr2 ( ) : Level
getSymfony ( ) : Level

Method Details

__construct() public method

PhpCsFixerLevels constructor.
public __construct ( Level $psr0, Level $psr1, Level $psr2, Level $symfony )
$psr0 Level
$psr1 Level
$psr2 Level
$symfony Level

getPsr0() public method

public getPsr0 ( ) : Level
return Level

getPsr1() public method

public getPsr1 ( ) : Level
return Level

getPsr2() public method

public getPsr2 ( ) : Level
return Level

getSymfony() public method

public getSymfony ( ) : Level
return Level