PhpSandbox\PHPSandbox::unsetTypeValidator PHP Method

unsetTypeValidator() public method

Unset validation callable for types
public unsetTypeValidator ( )
    public function unsetTypeValidator()
    {
        $this->validation['type'] = null;
        return $this;
    }
PHPSandbox