PhpGitHooks\Module\Configuration\Domain\PhpCsFixerLevels::__construct PHP Метод

__construct() публичный Метод

PhpCsFixerLevels constructor.
public __construct ( Level $psr0, Level $psr1, Level $psr2, Level $symfony )
$psr0 Level
$psr1 Level
$psr2 Level
$symfony Level
    public function __construct(Level $psr0, Level $psr1, Level $psr2, Level $symfony)
    {
        $this->psr0 = $psr0;
        $this->psr1 = $psr1;
        $this->psr2 = $psr2;
        $this->symfony = $symfony;
    }