Language::merge PHP Method

merge() public method

Please dont use the below function i'm thinking getting rid of it.
public merge ( &$data )
    public function merge(&$data)
    {
        array_merge($this->data, $data);
    }