PhpGitHooks\Module\Configuration\Domain\PhpCsFixer::__construct PHP Method

__construct() public method

PhpCsFixer constructor.
public __construct ( Undefined $undefined, Enabled $enabled, PhpCsFixerLevels $levels, PhpCsFixerOptions $options )
$undefined Undefined
$enabled Enabled
$levels PhpCsFixerLevels
$options PhpCsFixerOptions
    public function __construct(Undefined $undefined, Enabled $enabled, PhpCsFixerLevels $levels, PhpCsFixerOptions $options)
    {
        $this->undefined = $undefined;
        $this->enabled = $enabled;
        $this->levels = $levels;
        $this->options = $options;
    }