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

__construct() public method

PhpLint constructor.
public __construct ( Undefined $undefined, Enabled $enabled )
$undefined Undefined
$enabled Enabled
    public function __construct(Undefined $undefined, Enabled $enabled)
    {
        $this->undefined = $undefined;
        $this->enabled = $enabled;
    }