WhichBrowser\Analyser\Corrections::fixMidoriEngineName PHP Method

fixMidoriEngineName() private method

private fixMidoriEngineName ( )
    private function fixMidoriEngineName()
    {
        if ($this->data->browser->name == 'Midori' && $this->data->engine->name != 'Webkit') {
            $this->data->engine->name = 'Webkit';
            $this->data->engine->version = null;
        }
    }