From d17a68a407d09fbc848b4b753732392682b15ccf Mon Sep 17 00:00:00 2001 From: pookey Date: Mon, 21 Jul 2008 21:52:08 +0000 Subject: [PATCH] adding a newline. --- lib/Doctrine/RawSql.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Doctrine/RawSql.php b/lib/Doctrine/RawSql.php index dc1cafd8a..657c33362 100644 --- a/lib/Doctrine/RawSql.php +++ b/lib/Doctrine/RawSql.php @@ -111,6 +111,7 @@ class Doctrine_RawSql extends Doctrine_Query_Abstract { return $this->parseDqlQuery($query); } + /** * parseDqlQuery * parses an sql query and adds the parts to internal array.