From a217a6edbc3ecaa41bf247798bad564166d2420c Mon Sep 17 00:00:00 2001 From: meus Date: Sun, 21 Oct 2007 15:01:10 +0000 Subject: [PATCH] fixing another linting error --- lib/Doctrine/Parser/Xml.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}