diff --git a/lib/Doctrine/Parser/Xml.php b/lib/Doctrine/Parser/Xml.php index ea747a313..4745b3814 100644 --- a/lib/Doctrine/Parser/Xml.php +++ b/lib/Doctrine/Parser/Xml.php @@ -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 +}