Commit a217a6ed authored by meus's avatar meus

fixing another linting error

parent d1f32b05
......@@ -46,7 +46,7 @@ class Doctrine_Parser_Xml extends Doctrine_Parser
{
$data = $this->arrayToXml($array);
return $this->doDump($data, $path)
return $this->doDump($data, $path);
}
/**
......@@ -137,4 +137,4 @@ class Doctrine_Parser_Xml extends Doctrine_Parser
return array();
}
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment