Bolt\Configuration\Validation\Validator::remove PHP Method

remove() public method

public remove ( $checkName )
    public function remove($checkName)
    {
        unset($this->check[$checkName]);
    }